#ACDE31

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

Shades of Atlantis #ACDE31

Tints of Atlantis #ACDE31

Color information

#ACDE31 (or 0xACDE31) is unknown color: approx Atlantis. HEX triplet: AC, DE and 31. RGB value is (172,222,49). Sum of RGB (Red+Green+Blue) = 172+222+49=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDE31 is #5321CE. Grayscale: #BBBBBB. Windows color (decimal): -5448143 or 3268268. OLE color: 3268268.

HSL color Cylindrical-coordinate representation of color #ACDE31: hue angle of 77.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDE31 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB17222249-
CMYK0.2300.780.13
HSL77.34º72.38%53.14%-
HSV(B)77.34º77.93%87.06%-
XYZ43.6961.2312.42-
YUV187.3349.94117.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 49 (19.53% from 255) = 11.06%
R=38.83%
G=50.11%
B=11.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172222490.2300.780.1377.3472.3853.14
HexACDE311704ED4d4835
Octal254336612701161511511065
Binary10101100110111101100011011101001110110110011011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE31; }

 p { color: rgb(172,222,49); }

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

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

 a { background-color: rgb(172,222,49); }

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

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

 span { border-color: rgb(172,222,49); }

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