#ADD53D

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

Shades of Atlantis #ADD53D

Tints of Atlantis #ADD53D

Color information

#ADD53D (or 0xADD53D) is unknown color: approx Atlantis. HEX triplet: AD, D5 and 3D. RGB value is (173,213,61). Sum of RGB (Red+Green+Blue) = 173+213+61=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD53D is #522AC2. Grayscale: #B8B8B8. Windows color (decimal): -5384899 or 4052397. OLE color: 4052397.

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

Color convert

RGB17321361-
CMYK0.1900.710.16
HSL75.79º64.41%53.73%-
HSV(B)75.79º71.36%83.53%-
XYZ41.8756.8113.17-
YUV183.7158.75120.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 61 (24.22% from 255) = 13.65%
R=38.70%
G=47.65%
B=13.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213610.1900.710.1675.7964.4153.73
HexADD53D13047104c4036
Octal255325752301072011410066
Binary101011011101010111110110011010001111000010011001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD53D; }

 p { color: rgb(173,213,61); }

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

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

 a { background-color: rgb(173,213,61); }

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

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

 span { border-color: rgb(173,213,61); }

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