#ADD042

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

Shades of Atlantis #ADD042

Tints of Atlantis #ADD042

Color information

#ADD042 (or 0xADD042) is unknown color: approx Atlantis. HEX triplet: AD, D0 and 42. RGB value is (173,208,66). Sum of RGB (Red+Green+Blue) = 173+208+66=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD042 is #522FBD. Grayscale: #B5B5B5. Windows color (decimal): -5386174 or 4378797. OLE color: 4378797.

HSL color Cylindrical-coordinate representation of color #ADD042: hue angle of 74.79º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD042 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB17320866-
CMYK0.1700.680.18
HSL74.79º60.17%53.73%-
HSV(B)74.79º68.27%81.57%-
XYZ40.7754.3913.5-
YUV181.3562.9122.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 208 (81.64% from 255) = 46.53%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=38.70%
G=46.53%
B=14.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173208660.1700.680.1874.7960.1753.73
HexADD04211044124b3c36
Octal255320102210104221137466
Binary101011011101000010000101000101000100100101001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD042; }

 p { color: rgb(173,208,66); }

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

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

 a { background-color: rgb(173,208,66); }

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

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

 span { border-color: rgb(173,208,66); }

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