#a5e34f

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

Shades of Conifer #A5E34F

Tints of Conifer #A5E34F

Color information

#A5E34F (or 0xA5E34F) is unknown color: approx Conifer. HEX triplet: A5, E3 and 4F. RGB value is (165,227,79). Sum of RGB (Red+Green+Blue) = 165+227+79=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E34F is #5A1CB0. Grayscale: #C0C0C0. Windows color (decimal): -5905585 or 5235621. OLE color: 5235621.

HSL color Cylindrical-coordinate representation of color #A5E34F: hue angle of 85.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5E34F is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB16522779-
CMYK0.2700.650.11
HSL85.14º72.55%60%-
HSV(B)85.14º65.2%89.02%-
XYZ44.463.517.31-
YUV191.5964.46109.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 227 (89.06% from 255) = 48.20%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=35.03%
G=48.20%
B=16.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165227790.2700.650.1185.1472.5560
HexA5E34F1B041B55493c
Octal2453431173301011312511174
Binary101001011110001110011111101101000001101110101011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5e34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5e34f; }

 p { color: rgb(165,227,79); }

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

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

 a { background-color: rgb(165,227,79); }

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

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

 span { border-color: rgb(165,227,79); }

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