#ACD042

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

Shades of Atlantis #ACD042

Tints of Atlantis #ACD042

Color information

#ACD042 (or 0xACD042) is unknown color: approx Atlantis. HEX triplet: AC, D0 and 42. RGB value is (172,208,66). Sum of RGB (Red+Green+Blue) = 172+208+66=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD042 is #532FBD. Grayscale: #B5B5B5. Windows color (decimal): -5451710 or 4378796. OLE color: 4378796.

HSL color Cylindrical-coordinate representation of color #ACD042: hue angle of 75.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACD042 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB17220866-
CMYK0.1700.680.18
HSL75.21º60.17%53.73%-
HSV(B)75.21º68.27%81.57%-
XYZ40.5554.2813.49-
YUV181.0563.07121.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=38.57%
G=46.64%
B=14.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172208660.1700.680.1875.2160.1753.73
HexACD04211044124b3c36
Octal254320102210104221137466
Binary101011001101000010000101000101000100100101001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD042; }

 p { color: rgb(172,208,66); }

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

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

 a { background-color: rgb(172,208,66); }

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

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

 span { border-color: rgb(172,208,66); }

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