#ABDD3E

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

Shades of Atlantis #ABDD3E

Tints of Atlantis #ABDD3E

Color information

#ABDD3E (or 0xABDD3E) is unknown color: approx Atlantis. HEX triplet: AB, DD and 3E. RGB value is (171,221,62). Sum of RGB (Red+Green+Blue) = 171+221+62=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD3E is #5422C1. Grayscale: #BCBCBC. Windows color (decimal): -5513922 or 4119979. OLE color: 4119979.

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

Color convert

RGB17122162-
CMYK0.2300.720.13
HSL78.87º70.04%55.49%-
HSV(B)78.87º71.95%86.67%-
XYZ43.5260.7213.98-
YUV187.9256.94115.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 62 (24.61% from 255) = 13.66%
R=37.67%
G=48.68%
B=13.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171221620.2300.720.1378.8770.0455.49
HexABDD3E17048D4f4637
Octal253335762701101511710667
Binary10101011110111011111101011101001000110110011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDD3E; }

 p { color: rgb(171,221,62); }

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

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

 a { background-color: rgb(171,221,62); }

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

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

 span { border-color: rgb(171,221,62); }

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