#ACCA3C

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

Shades of Atlantis #ACCA3C

Tints of Atlantis #ACCA3C

Color information

#ACCA3C (or 0xACCA3C) is unknown color: approx Atlantis. HEX triplet: AC, CA and 3C. RGB value is (172,202,60). Sum of RGB (Red+Green+Blue) = 172+202+60=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCA3C is #5335C3. Grayscale: #B1B1B1. Windows color (decimal): -5453252 or 3984044. OLE color: 3984044.

HSL color Cylindrical-coordinate representation of color #ACCA3C: hue angle of 72.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACCA3C is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB17220260-
CMYK0.1500.700.21
HSL72.68º57.26%51.37%-
HSV(B)72.68º70.3%79.22%-
XYZ38.9551.3412.13-
YUV176.8462.06124.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=39.63%
G=46.54%
B=13.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202600.1500.700.2172.6857.2651.37
HexACCA3CF04615493933
Octal25431274170106251117163
Binary1010110011001010111100111101000110101011001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA3C; }

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

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

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

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

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

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

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

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