#ABD03B

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

Shades of Atlantis #ABD03B

Tints of Atlantis #ABD03B

Color information

#ABD03B (or 0xABD03B) is unknown color: approx Atlantis. HEX triplet: AB, D0 and 3B. RGB value is (171,208,59). Sum of RGB (Red+Green+Blue) = 171+208+59=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD03B is #542FC4. Grayscale: #B4B4B4. Windows color (decimal): -5517253 or 3920043. OLE color: 3920043.

HSL color Cylindrical-coordinate representation of color #ABD03B: hue angle of 74.9º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABD03B is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB17120859-
CMYK0.1800.720.18
HSL74.9º61.32%52.35%-
HSV(B)74.9º71.63%81.57%-
XYZ40.1454.0912.46-
YUV179.9559.74121.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 208 (81.64% from 255) = 47.49%
BLUE value IS 59 (23.44% from 255) = 13.47%
R=39.04%
G=47.49%
B=13.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171208590.1800.720.1874.961.3252.35
HexABD03B12048124b3d34
Octal25332073220110221137564
Binary10101011110100001110111001001001000100101001011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD03B; }

 p { color: rgb(171,208,59); }

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

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

 a { background-color: rgb(171,208,59); }

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

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

 span { border-color: rgb(171,208,59); }

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