#ADD140

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

Shades of Atlantis #ADD140

Tints of Atlantis #ADD140

Color information

#ADD140 (or 0xADD140) is unknown color: approx Atlantis. HEX triplet: AD, D1 and 40. RGB value is (173,209,64). Sum of RGB (Red+Green+Blue) = 173+209+64=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD140 is #522EBF. Grayscale: #B6B6B6. Windows color (decimal): -5385920 or 4247981. OLE color: 4247981.

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

Color convert

RGB17320964-
CMYK0.1700.690.18
HSL74.9º61.18%53.53%-
HSV(B)74.9º69.38%81.96%-
XYZ40.9654.8613.28-
YUV181.7161.57121.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=38.79%
G=46.86%
B=14.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173209640.1700.690.1874.961.1853.53
HexADD14011045124b3d36
Octal255321100210105221137566
Binary101011011101000110000001000101000101100101001011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD140; }

 p { color: rgb(173,209,64); }

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

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

 a { background-color: rgb(173,209,64); }

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

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

 span { border-color: rgb(173,209,64); }

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