#ADE238

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

Shades of Atlantis #ADE238

Tints of Atlantis #ADE238

Color information

#ADE238 (or 0xADE238) is unknown color: approx Atlantis. HEX triplet: AD, E2 and 38. RGB value is (173,226,56). Sum of RGB (Red+Green+Blue) = 173+226+56=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE238 is #521DC7. Grayscale: #BFBFBF. Windows color (decimal): -5381576 or 3728045. OLE color: 3728045.

HSL color Cylindrical-coordinate representation of color #ADE238: hue angle of 78.71º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADE238 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB17322656-
CMYK0.2300.750.11
HSL78.71º74.56%55.29%-
HSV(B)78.71º75.22%88.63%-
XYZ45.1463.5613.63-
YUV190.7751.94115.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 226 (88.67% from 255) = 49.67%
BLUE value IS 56 (22.27% from 255) = 12.31%
R=38.02%
G=49.67%
B=12.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal173226560.2300.750.1178.7174.5655.29
HexADE2381704BB4f4b37
Octal255342702701131311711367
Binary10101101111000101110001011101001011101110011111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE238; }

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

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

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

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

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

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

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

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