#ACDF3C

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

Shades of Atlantis #ACDF3C

Tints of Atlantis #ACDF3C

Color information

#ACDF3C (or 0xACDF3C) is unknown color: approx Atlantis. HEX triplet: AC, DF and 3C. RGB value is (172,223,60). Sum of RGB (Red+Green+Blue) = 172+223+60=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF3C is #5320C3. Grayscale: #BDBDBD. Windows color (decimal): -5447876 or 3989420. OLE color: 3989420.

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

Color convert

RGB17222360-
CMYK0.2300.730.13
HSL78.77º71.81%55.49%-
HSV(B)78.77º73.09%87.45%-
XYZ44.2261.8713.89-
YUV189.1755.1115.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 223 (87.5% from 255) = 49.01%
BLUE value IS 60 (23.83% from 255) = 13.19%
R=37.80%
G=49.01%
B=13.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172223600.2300.730.1378.7771.8155.49
HexACDF3C17049D4f4837
Octal254337742701111511711067
Binary10101100110111111111001011101001001110110011111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF3C; }

 p { color: rgb(172,223,60); }

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

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

 a { background-color: rgb(172,223,60); }

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

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

 span { border-color: rgb(172,223,60); }

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