#add538

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

Shades of Atlantis #ADD538

Tints of Atlantis #ADD538

Color information

#ADD538 (or 0xADD538) is unknown color: approx Atlantis. HEX triplet: AD, D5 and 38. RGB value is (173,213,56). Sum of RGB (Red+Green+Blue) = 173+213+56=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD538 is #522AC7. Grayscale: #B7B7B7. Windows color (decimal): -5384904 or 3724717. OLE color: 3724717.

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

Color convert

RGB17321356-
CMYK0.1900.740.16
HSL75.29º65.15%52.75%-
HSV(B)75.29º73.71%83.53%-
XYZ41.7456.7612.5-
YUV183.1456.25120.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 56 (22.27% from 255) = 12.67%
R=39.14%
G=48.19%
B=12.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213560.1900.740.1675.2965.1552.75
HexADD5381304A104b4135
Octal255325702301122011310165
Binary101011011101010111100010011010010101000010010111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #add538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #add538; }

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

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

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

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

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

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

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

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