#ADD43C

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

Shades of Atlantis #ADD43C

Tints of Atlantis #ADD43C

Color information

#ADD43C (or 0xADD43C) is unknown color: approx Atlantis. HEX triplet: AD, D4 and 3C. RGB value is (173,212,60). Sum of RGB (Red+Green+Blue) = 173+212+60=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD43C is #522BC3. Grayscale: #B7B7B7. Windows color (decimal): -5385156 or 3986605. OLE color: 3986605.

HSL color Cylindrical-coordinate representation of color #ADD43C: hue angle of 75.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADD43C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB17321260-
CMYK0.1800.720.17
HSL75.39º63.87%53.33%-
HSV(B)75.39º71.7%83.14%-
XYZ41.5956.312.95-
YUV183.0158.58120.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 212 (83.20% from 255) = 47.64%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=38.88%
G=47.64%
B=13.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal173212600.1800.720.1775.3963.8753.33
HexADD43C12048114b4035
Octal255324742201102111310065
Binary101011011101010011110010010010010001000110010111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD43C; }

 p { color: rgb(173,212,60); }

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

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

 a { background-color: rgb(173,212,60); }

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

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

 span { border-color: rgb(173,212,60); }

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