#ABD437

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

Shades of Atlantis #ABD437

Tints of Atlantis #ABD437

Color information

#ABD437 (or 0xABD437) is unknown color: approx Atlantis. HEX triplet: AB, D4 and 37. RGB value is (171,212,55). Sum of RGB (Red+Green+Blue) = 171+212+55=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD437 is #542BC8. Grayscale: #B6B6B6. Windows color (decimal): -5516233 or 3658923. OLE color: 3658923.

HSL color Cylindrical-coordinate representation of color #ABD437: hue angle of 75.67º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABD437 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB17121255-
CMYK0.1900.740.17
HSL75.67º64.61%52.35%-
HSV(B)75.67º74.06%83.14%-
XYZ41.0356.0212.27-
YUV181.8456.42120.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 212 (83.20% from 255) = 48.40%
BLUE value IS 55 (21.88% from 255) = 12.56%
R=39.04%
G=48.40%
B=12.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171212550.1900.740.1775.6764.6152.35
HexABD4371304A114c4134
Octal253324672301122111410164
Binary101010111101010011011110011010010101000110011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD437; }

 p { color: rgb(171,212,55); }

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

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

 a { background-color: rgb(171,212,55); }

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

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

 span { border-color: rgb(171,212,55); }

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