#ACCA58

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

Shades of Conifer #ACCA58

Tints of Conifer #ACCA58

Color information

#ACCA58 (or 0xACCA58) is unknown color: approx Conifer. HEX triplet: AC, CA and 58. RGB value is (172,202,88). Sum of RGB (Red+Green+Blue) = 172+202+88=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA58 is #5335A7. Grayscale: #B4B4B4. Windows color (decimal): -5453224 or 5819052. OLE color: 5819052.

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

Color convert

RGB17220288-
CMYK0.1500.560.21
HSL75.79º51.82%56.86%-
HSV(B)75.79º56.44%79.22%-
XYZ39.951.7217.11-
YUV180.0376.06122.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 88 (34.77% from 255) = 19.05%
R=37.23%
G=43.72%
B=19.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202880.1500.560.2175.7951.8256.86
HexACCA58F038154c3439
Octal25431213017070251146471
Binary1010110011001010101100011110111000101011001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA58; }

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

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

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

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

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

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

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

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