#ABD542

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

Shades of Atlantis #ABD542

Tints of Atlantis #ABD542

Color information

#ABD542 (or 0xABD542) is unknown color: approx Atlantis. HEX triplet: AB, D5 and 42. RGB value is (171,213,66). Sum of RGB (Red+Green+Blue) = 171+213+66=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD542 is #542ABD. Grayscale: #B8B8B8. Windows color (decimal): -5515966 or 4380075. OLE color: 4380075.

HSL color Cylindrical-coordinate representation of color #ABD542: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABD542 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB17121366-
CMYK0.2000.690.16
HSL77.14º63.64%54.71%-
HSV(B)77.14º69.01%83.53%-
XYZ41.5756.6413.9-
YUV183.6861.59118.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 213 (83.59% from 255) = 47.33%
BLUE value IS 66 (26.17% from 255) = 14.67%
R=38%
G=47.33%
B=14.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171213660.2000.690.1677.1463.6454.71
HexABD54214045104d4037
Octal2533251022401052011510067
Binary1010101111010101100001010100010001011000010011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD542; }

 p { color: rgb(171,213,66); }

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

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

 a { background-color: rgb(171,213,66); }

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

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

 span { border-color: rgb(171,213,66); }

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