#A5E84A

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

Shades of Conifer #A5E84A

Tints of Conifer #A5E84A

Color information

#A5E84A (or 0xA5E84A) is unknown color: approx Conifer. HEX triplet: A5, E8 and 4A. RGB value is (165,232,74). Sum of RGB (Red+Green+Blue) = 165+232+74=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E84A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E84A is #5A17B5. Grayscale: #C2C2C2. Windows color (decimal): -5904310 or 4909221. OLE color: 4909221.

HSL color Cylindrical-coordinate representation of color #A5E84A: hue angle of 85.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5E84A is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB16523274-
CMYK0.2900.680.09
HSL85.44º77.45%60%-
HSV(B)85.44º68.1%90.98%-
XYZ45.6166.2116.85-
YUV193.9660.3107.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 74 (29.30% from 255) = 15.71%
R=35.03%
G=49.26%
B=15.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165232740.2900.680.0985.4477.4560
HexA5E84A1D0449554d3c
Octal2453501123501041112511574
Binary101001011110100010010101110101000100100110101011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E84A; }

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

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

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

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

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

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

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

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