#A4CF5A

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

Shades of Conifer #A4CF5A

Tints of Conifer #A4CF5A

Color information

#A4CF5A (or 0xA4CF5A) is unknown color: approx Conifer. HEX triplet: A4, CF and 5A. RGB value is (164,207,90). Sum of RGB (Red+Green+Blue) = 164+207+90=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF5A is #5B30A5. Grayscale: #B5B5B5. Windows color (decimal): -5976230 or 5951396. OLE color: 5951396.

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

Color convert

RGB16420790-
CMYK0.2100.570.19
HSL82.05º54.93%58.24%-
HSV(B)82.05º56.52%81.18%-
XYZ39.4753.2617.87-
YUV180.876.75116.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=35.57%
G=44.90%
B=19.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207900.2100.570.1982.0554.9358.24
HexA4CF5A150391352373a
Octal24431713225071231226772
Binary10100100110011111011010101010111001100111010010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF5A; }

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

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

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

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

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

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

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

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