#ACCD61

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

Shades of Conifer #ACCD61

Tints of Conifer #ACCD61

Color information

#ACCD61 (or 0xACCD61) is unknown color: approx Conifer. HEX triplet: AC, CD and 61. RGB value is (172,205,97). Sum of RGB (Red+Green+Blue) = 172+205+97=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD61 is #53329E. Grayscale: #B7B7B7. Windows color (decimal): -5452447 or 6409644. OLE color: 6409644.

HSL color Cylindrical-coordinate representation of color #ACCD61: hue angle of 78.33º 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 #ACCD61 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17220597-
CMYK0.1600.530.20
HSL78.33º51.92%59.22%-
HSV(B)78.33º52.68%80.39%-
XYZ4153.319.44-
YUV182.8279.57120.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=36.29%
G=43.25%
B=20.46%

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
Decimal172205970.1600.530.2078.3351.9259.22
HexACCD6110035144e343b
Octal25431514120065241166473
Binary10101100110011011100001100000110101101001001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD61; }

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

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

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

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

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

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

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

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