#ACCD60

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

Shades of Conifer #ACCD60

Tints of Conifer #ACCD60

Color information

#ACCD60 (or 0xACCD60) is unknown color: approx Conifer. HEX triplet: AC, CD and 60. RGB value is (172,205,96). Sum of RGB (Red+Green+Blue) = 172+205+96=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD60 is #53329F. Grayscale: #B7B7B7. Windows color (decimal): -5452448 or 6344108. OLE color: 6344108.

HSL color Cylindrical-coordinate representation of color #ACCD60: hue angle of 78.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACCD60 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17220596-
CMYK0.1600.530.20
HSL78.17º52.15%59.02%-
HSV(B)78.17º53.17%80.39%-
XYZ40.9653.2819.19-
YUV182.7179.07120.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=36.36%
G=43.34%
B=20.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205960.1600.530.2078.1752.1559.02
HexACCD6010035144e343b
Octal25431514020065241166473
Binary10101100110011011100000100000110101101001001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD60; }

 p { color: rgb(172,205,96); }

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

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

 a { background-color: rgb(172,205,96); }

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

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

 span { border-color: rgb(172,205,96); }

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