#A4D95A

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

Shades of Conifer #A4D95A

Tints of Conifer #A4D95A

Color information

#A4D95A (or 0xA4D95A) is unknown color: approx Conifer. HEX triplet: A4, D9 and 5A. RGB value is (164,217,90). Sum of RGB (Red+Green+Blue) = 164+217+90=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D95A is #5B26A5. Grayscale: #BBBBBB. Windows color (decimal): -5973670 or 5953956. OLE color: 5953956.

HSL color Cylindrical-coordinate representation of color #A4D95A: hue angle of 85.04º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A4D95A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB16421790-
CMYK0.2400.590.15
HSL85.04º62.56%60.2%-
HSV(B)85.04º58.53%85.1%-
XYZ41.9758.2618.71-
YUV186.6873.44111.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=34.82%
G=46.07%
B=19.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164217900.2400.590.1585.0462.5660.2
HexA4D95A1803BF553f3c
Octal24433113230073171257774
Binary1010010011011001101101011000011101111111010101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D95A; }

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

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

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

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

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

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

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

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