#ACCD65

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

Shades of Conifer #ACCD65

Tints of Conifer #ACCD65

Color information

#ACCD65 (or 0xACCD65) is unknown color: approx Conifer. HEX triplet: AC, CD and 65. RGB value is (172,205,101). Sum of RGB (Red+Green+Blue) = 172+205+101=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD65 is #53329A. Grayscale: #B7B7B7. Windows color (decimal): -5452443 or 6671788. OLE color: 6671788.

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

Color convert

RGB172205101-
CMYK0.1600.510.20
HSL79.04º50.98%60%-
HSV(B)79.04º50.73%80.39%-
XYZ41.1953.3720.44-
YUV183.2881.57119.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=35.98%
G=42.89%
B=21.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051010.1600.510.2079.0450.9860
HexACCD6510033144f333c
Octal25431514520063241176374
Binary10101100110011011100101100000110011101001001111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD65; }

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

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

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

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

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

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

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

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