#ACD143

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

Shades of Atlantis #ACD143

Tints of Atlantis #ACD143

Color information

#ACD143 (or 0xACD143) is unknown color: approx Atlantis. HEX triplet: AC, D1 and 43. RGB value is (172,209,67). Sum of RGB (Red+Green+Blue) = 172+209+67=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD143 is #532EBC. Grayscale: #B6B6B6. Windows color (decimal): -5451453 or 4444588. OLE color: 4444588.

HSL color Cylindrical-coordinate representation of color #ACD143: hue angle of 75.63º degrees, saturation: 0.61, 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 #ACD143 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB17220967-
CMYK0.1800.680.18
HSL75.63º60.68%54.12%-
HSV(B)75.63º67.94%81.96%-
XYZ40.8354.7813.73-
YUV181.7563.24121.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 209 (82.03% from 255) = 46.65%
BLUE value IS 67 (26.56% from 255) = 14.96%
R=38.39%
G=46.65%
B=14.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172209670.1800.680.1875.6360.6854.12
HexACD14312044124c3d36
Octal254321103220104221147566
Binary101011001101000110000111001001000100100101001100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD143; }

 p { color: rgb(172,209,67); }

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

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

 a { background-color: rgb(172,209,67); }

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

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

 span { border-color: rgb(172,209,67); }

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