#ADE034

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

Shades of Atlantis #ADE034

Tints of Atlantis #ADE034

Color information

#ADE034 (or 0xADE034) is unknown color: approx Atlantis. HEX triplet: AD, E0 and 34. RGB value is (173,224,52). Sum of RGB (Red+Green+Blue) = 173+224+52=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE034 is #521FCB. Grayscale: #BDBDBD. Windows color (decimal): -5382092 or 3465389. OLE color: 3465389.

HSL color Cylindrical-coordinate representation of color #ADE034: hue angle of 77.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADE034 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB17322452-
CMYK0.2300.770.12
HSL77.79º73.5%54.12%-
HSV(B)77.79º76.79%87.84%-
XYZ44.5162.4412.96-
YUV189.1450.6116.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 224 (87.89% from 255) = 49.89%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=38.53%
G=49.89%
B=11.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173224520.2300.770.1277.7973.554.12
HexADE0341704DC4e4a36
Octal255340642701151411611266
Binary10101101111000001101001011101001101110010011101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE034; }

 p { color: rgb(173,224,52); }

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

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

 a { background-color: rgb(173,224,52); }

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

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

 span { border-color: rgb(173,224,52); }

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