#A5F459

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

Shades of Conifer #A5F459

Tints of Conifer #A5F459

Color information

#A5F459 (or 0xA5F459) is unknown color: approx Conifer. HEX triplet: A5, F4 and 59. RGB value is (165,244,89). Sum of RGB (Red+Green+Blue) = 165+244+89=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F459 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F459 is #5A0BA6. Grayscale: #CBCBCB. Windows color (decimal): -5901223 or 5895333. OLE color: 5895333.

HSL color Cylindrical-coordinate representation of color #A5F459: hue angle of 90.58º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5F459 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB16524489-
CMYK0.3200.640.04
HSL90.58º87.57%65.29%-
HSV(B)90.58º63.52%95.69%-
XYZ49.6773.4221.01-
YUV202.7163.83101.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 89 (35.16% from 255) = 17.87%
R=33.13%
G=49.00%
B=17.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165244890.3200.640.0490.5887.5765.29
HexA5F4592004045b5841
Octal2453641314001004133130101
Binary1010010111110100101100110000001000000100101101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F459; }

 p { color: rgb(165,244,89); }

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

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

 a { background-color: rgb(165,244,89); }

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

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

 span { border-color: rgb(165,244,89); }

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