#ADE332

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

Shades of Atlantis #ADE332

Tints of Atlantis #ADE332

Color information

#ADE332 (or 0xADE332) is unknown color: approx Atlantis. HEX triplet: AD, E3 and 32. RGB value is (173,227,50). Sum of RGB (Red+Green+Blue) = 173+227+50=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE332 is #521CCD. Grayscale: #BFBFBF. Windows color (decimal): -5381326 or 3335085. OLE color: 3335085.

HSL color Cylindrical-coordinate representation of color #ADE332: hue angle of 78.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADE332 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB17322750-
CMYK0.2400.780.11
HSL78.31º75.97%54.31%-
HSV(B)78.31º77.97%89.02%-
XYZ45.2864.0512.99-
YUV190.6848.61115.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.44%
GREEN value IS 227 (89.06% from 255) = 50.44%
BLUE value IS 50 (19.92% from 255) = 11.11%
R=38.44%
G=50.44%
B=11.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal173227500.2400.780.1178.3175.9754.31
HexADE3321804EB4e4c36
Octal255343623001161311611466
Binary10101101111000111100101100001001110101110011101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE332; }

 p { color: rgb(173,227,50); }

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

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

 a { background-color: rgb(173,227,50); }

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

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

 span { border-color: rgb(173,227,50); }

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