Html Css Color HEX #ABCC36 Atlantis

📋 copy color: '#ABCC36'

red 171 ◦ green 204 ◦ blue 54

#ABCC36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #ABCC36

Tints of Atlantis #ABCC36

RGB

 RED value IS 171 (67.19% from 255) = 39.86%

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 39.86%
G = 47.55%
B = 12.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABCC36 (or 0xABCC36) is known color: Atlantis. HEX triplet: AB, CC and 36. RGB value is (171,204,54). Sum of RGB (Red+Green+Blue) = 171+204+54=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC36 is #5433C9. Grayscale: #B1B1B1. Windows color (decimal): -5518282 or 3591339. OLE color: 3591339.

HSL color Cylindrical-coordinate representation of color #ABCC36: hue angle of 73.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABCC36 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 54 -
CMYK 0.16 0 0.74 0.2
HSL 73.2º 0.6% 0.51% -
HSV(B) 73.2º 0.74% 0.8% -
XYZ 39.05 52.11 11.49 -
YUV 177.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 171 204 54 0.16 0 0.74 0.2 73.2 0.6 0.51
Hex AB CC 36 10 0 4A 14 49 3C 33
Octal 253 314 66 20 0 112 24 111 74 63
Binary 10101011 11001100 110110 10000 0 1001010 10100 1001001 111100 110011

Color Harmonies of #ABCC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC36

Black with #ABCC36

Text Example


Text Example

White with #ABCC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC36; }

 p { color: rgb(171,204,54); }

 H1.HeaderClassName
 {
   color: #ABCC36;
 }
 .AnyTagClassName
 {
   color: #ABCC36;
 }
</style>

background-color css

<style>
 a { background-color: #ABCC36; }

 a { background-color: rgb(171,204,54); }

 div.DivClassName
 {
   background-color: #ABCC36;
 }
 .BgClassName
 {
   background-color: #ABCC36;
 }
</style>

border-color css

<style>
 span { border-color: #ABCC36; }

 span { border-color: rgb(171,204,54); }

 td.TdClassName
 {
   border-color: #ABCC36;
 }
 .TagClassName
 {
   border-color: #ABCC36;
 }
</style>