#A5F959

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

Shades of Conifer #A5F959

Tints of Conifer #A5F959

Color information

#A5F959 (or 0xA5F959) is unknown color: approx Conifer. HEX triplet: A5, F9 and 59. RGB value is (165,249,89). Sum of RGB (Red+Green+Blue) = 165+249+89=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F959 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F959 is #5A06A6. Grayscale: #CECECE. Windows color (decimal): -5899943 or 5896613. OLE color: 5896613.

HSL color Cylindrical-coordinate representation of color #A5F959: hue angle of 91.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5F959 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB16524989-
CMYK0.3400.640.02
HSL91.5º93.02%66.27%-
HSV(B)91.5º64.26%97.65%-
XYZ51.276.4721.51-
YUV205.6462.1799.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=32.80%
G=49.50%
B=17.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165249890.3400.640.0291.593.0266.27
HexA5F9592204025c5d42
Octal2453711314201002134135102
Binary101001011111100110110011000100100000010101110010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F959; }

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

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

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

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

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

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

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

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