#A5E84E

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

Shades of Conifer #A5E84E

Tints of Conifer #A5E84E

Color information

#A5E84E (or 0xA5E84E) is unknown color: approx Conifer. HEX triplet: A5, E8 and 4E. RGB value is (165,232,78). Sum of RGB (Red+Green+Blue) = 165+232+78=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E84E is #5A17B1. Grayscale: #C2C2C2. Windows color (decimal): -5904306 or 5171365. OLE color: 5171365.

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

Color convert

RGB16523278-
CMYK0.2900.660.09
HSL86.1º77%60.78%-
HSV(B)86.1º66.38%90.98%-
XYZ45.7566.2617.59-
YUV194.4162.3107.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 232 (91.02% from 255) = 48.84%
BLUE value IS 78 (30.86% from 255) = 16.42%
R=34.74%
G=48.84%
B=16.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165232780.2900.660.0986.17760.78
HexA5E84E1D0429564d3d
Octal2453501163501021112611575
Binary101001011110100010011101110101000010100110101101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E84E; }

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

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

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

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

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

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

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

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