Html Css Color HEX #ABDC36 Atlantis

📋 copy color: '#ABDC36'

red 171 ◦ green 220 ◦ blue 54

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

Shades of Atlantis #ABDC36

Tints of Atlantis #ABDC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.44%

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

R = 38.43%
G = 49.44%
B = 12.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#ABDC36 (or 0xABDC36) is known color: Atlantis. HEX triplet: AB, DC and 36. RGB value is (171,220,54). Sum of RGB (Red+Green+Blue) = 171+220+54=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC36 is #5423C9. Grayscale: #BBBBBB. Windows color (decimal): -5514186 or 3595435. OLE color: 3595435.

HSL color Cylindrical-coordinate representation of color #ABDC36: hue angle of 77.71º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABDC36 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 54 -
CMYK 0.22 0 0.75 0.14
HSL 77.71º 0.7% 0.54% -
HSV(B) 77.71º 0.75% 0.86% -
XYZ 43.05 60.11 12.82 -
YUV 186.43 53.27 117 -
System Red Green Blue C M Y K H S L
Decimal 171 220 54 0.22 0 0.75 0.14 77.71 0.7 0.54
Hex AB DC 36 16 0 4B E 4E 46 36
Octal 253 334 66 26 0 113 16 116 106 66
Binary 10101011 11011100 110110 10110 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #ABDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC36

Black with #ABDC36

Text Example


Text Example

White with #ABDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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