#ACCD5E

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

Shades of Conifer #ACCD5E

Tints of Conifer #ACCD5E

Color information

#ACCD5E (or 0xACCD5E) is unknown color: approx Conifer. HEX triplet: AC, CD and 5E. RGB value is (172,205,94). Sum of RGB (Red+Green+Blue) = 172+205+94=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD5E is #5332A1. Grayscale: #B6B6B6. Windows color (decimal): -5452450 or 6213036. OLE color: 6213036.

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

Color convert

RGB17220594-
CMYK0.1600.540.20
HSL77.84º52.61%58.63%-
HSV(B)77.84º54.15%80.39%-
XYZ40.8653.2418.71-
YUV182.4878.07120.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 94 (37.11% from 255) = 19.96%
R=36.52%
G=43.52%
B=19.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal172205940.1600.540.2077.8452.6158.63
HexACCD5E10036144e353b
Octal25431513620066241166573
Binary10101100110011011011110100000110110101001001110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD5E; }

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

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

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

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

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

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

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

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