#A5F049

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

Shades of Conifer #A5F049

Tints of Conifer #A5F049

Color information

#A5F049 (or 0xA5F049) is unknown color: approx Conifer. HEX triplet: A5, F0 and 49. RGB value is (165,240,73). Sum of RGB (Red+Green+Blue) = 165+240+73=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F049 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F049 is #5A0FB6. Grayscale: #C7C7C7. Windows color (decimal): -5902263 or 4845733. OLE color: 4845733.

HSL color Cylindrical-coordinate representation of color #A5F049: hue angle of 86.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5F049 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB16524073-
CMYK0.3100.700.06
HSL86.95º84.77%61.37%-
HSV(B)86.95º69.58%94.12%-
XYZ47.8870.817.45-
YUV198.5457.15104.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 240 (94.14% from 255) = 50.21%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=34.52%
G=50.21%
B=15.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165240730.3100.700.0686.9584.7761.37
HexA5F0491F046657553d
Octal245360111370106612712575
Binary10100101111100001001001111110100011011010101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F049; }

 p { color: rgb(165,240,73); }

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

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

 a { background-color: rgb(165,240,73); }

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

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

 span { border-color: rgb(165,240,73); }

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