#ABDE3C

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

Shades of Atlantis #ABDE3C

Tints of Atlantis #ABDE3C

Color information

#ABDE3C (or 0xABDE3C) is unknown color: approx Atlantis. HEX triplet: AB, DE and 3C. RGB value is (171,222,60). Sum of RGB (Red+Green+Blue) = 171+222+60=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDE3C is #5421C3. Grayscale: #BCBCBC. Windows color (decimal): -5513668 or 3989163. OLE color: 3989163.

HSL color Cylindrical-coordinate representation of color #ABDE3C: hue angle of 78.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABDE3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB17122260-
CMYK0.2300.730.13
HSL78.89º71.05%55.29%-
HSV(B)78.89º72.97%87.06%-
XYZ43.7361.2313.79-
YUV188.2855.6115.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 222 (87.11% from 255) = 49.01%
BLUE value IS 60 (23.83% from 255) = 13.25%
R=37.75%
G=49.01%
B=13.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171222600.2300.730.1378.8971.0555.29
HexABDE3C17049D4f4737
Octal253336742701111511710767
Binary10101011110111101111001011101001001110110011111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE3C; }

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

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

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

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

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

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

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

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