#a4cf56

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

Shades of Conifer #A4CF56

Tints of Conifer #A4CF56

Color information

#A4CF56 (or 0xA4CF56) is unknown color: approx Conifer. HEX triplet: A4, CF and 56. RGB value is (164,207,86). Sum of RGB (Red+Green+Blue) = 164+207+86=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF56 is #5B30A9. Grayscale: #B4B4B4. Windows color (decimal): -5976234 or 5689252. OLE color: 5689252.

HSL color Cylindrical-coordinate representation of color #A4CF56: hue angle of 81.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4CF56 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB16420786-
CMYK0.2100.580.19
HSL81.32º55.76%57.45%-
HSV(B)81.32º58.45%81.18%-
XYZ39.353.1917-
YUV180.3574.75116.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=35.89%
G=45.30%
B=18.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207860.2100.580.1981.3255.7657.45
HexA4CF561503A13513839
Octal24431712625072231217071
Binary10100100110011111010110101010111010100111010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4cf56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4cf56; }

 p { color: rgb(164,207,86); }

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

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

 a { background-color: rgb(164,207,86); }

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

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

 span { border-color: rgb(164,207,86); }

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