#abdb3c

Color #ABDB3C Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #ABDB3C

Tints of Atlantis #ABDB3C

Color information

#ABDB3C (or 0xABDB3C) is unknown color: approx Atlantis. HEX triplet: AB, DB and 3C. RGB value is (171,219,60). Sum of RGB (Red+Green+Blue) = 171+219+60=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB3C is #5424C3. Grayscale: #BBBBBB. Windows color (decimal): -5514436 or 3988395. OLE color: 3988395.

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

Color convert

RGB17121960-
CMYK0.2200.730.14
HSL78.11º68.83%54.71%-
HSV(B)78.11º72.6%85.88%-
XYZ42.9459.6513.52-
YUV186.5256.6116.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 219 (85.94% from 255) = 48.67%
BLUE value IS 60 (23.83% from 255) = 13.33%
R=38%
G=48.67%
B=13.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171219600.2200.730.1478.1168.8354.71
HexABDB3C16049E4e4537
Octal253333742601111611610567
Binary10101011110110111111001011001001001111010011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdb3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdb3c; }

 p { color: rgb(171,219,60); }

 H1.HeaderClassName
 {
   color: #abdb3c;
 }
 .AnyTagClassName
 {
   color: #abdb3c;
 }
</style>
background-color css

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

 a { background-color: rgb(171,219,60); }

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

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

 span { border-color: rgb(171,219,60); }

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