#A4CC5B

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

Shades of Conifer #A4CC5B

Tints of Conifer #A4CC5B

Color information

#A4CC5B (or 0xA4CC5B) is unknown color: approx Conifer. HEX triplet: A4, CC and 5B. RGB value is (164,204,91). Sum of RGB (Red+Green+Blue) = 164+204+91=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CC5B is #5B33A4. Grayscale: #B3B3B3. Windows color (decimal): -5976997 or 6016164. OLE color: 6016164.

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

Color convert

RGB16420491-
CMYK0.2000.550.2
HSL81.24º52.56%57.84%-
HSV(B)81.24º55.39%80%-
XYZ38.7951.8317.86-
YUV179.1678.25117.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=35.73%
G=44.44%
B=19.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164204910.2000.550.281.2452.5657.84
HexA4CC5B140371451353a
Octal24431413324067241216572
Binary10100100110011001011011101000110111101001010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC5B; }

 p { color: rgb(164,204,91); }

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

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

 a { background-color: rgb(164,204,91); }

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

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

 span { border-color: rgb(164,204,91); }

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