#A5D94A

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

Shades of Conifer #A5D94A

Tints of Conifer #A5D94A

Color information

#A5D94A (or 0xA5D94A) is unknown color: approx Conifer. HEX triplet: A5, D9 and 4A. RGB value is (165,217,74). Sum of RGB (Red+Green+Blue) = 165+217+74=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D94A is #5A26B5. Grayscale: #B9B9B9. Windows color (decimal): -5908150 or 4905381. OLE color: 4905381.

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

Color convert

RGB16521774-
CMYK0.2400.660.15
HSL81.82º65.3%57.06%-
HSV(B)81.82º65.9%85.1%-
XYZ41.5758.1215.51-
YUV185.1565.27113.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 217 (85.16% from 255) = 47.59%
BLUE value IS 74 (29.30% from 255) = 16.23%
R=36.18%
G=47.59%
B=16.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165217740.2400.660.1581.8265.357.06
HexA5D94A18042F524139
Octal2453311123001021712210171
Binary101001011101100110010101100001000010111110100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D94A; }

 p { color: rgb(165,217,74); }

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

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

 a { background-color: rgb(165,217,74); }

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

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

 span { border-color: rgb(165,217,74); }

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