#A5E949

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

Shades of Conifer #A5E949

Tints of Conifer #A5E949

Color information

#A5E949 (or 0xA5E949) is unknown color: approx Conifer. HEX triplet: A5, E9 and 49. RGB value is (165,233,73). Sum of RGB (Red+Green+Blue) = 165+233+73=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E949 is #5A16B6. Grayscale: #C3C3C3. Windows color (decimal): -5904055 or 4843941. OLE color: 4843941.

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

Color convert

RGB16523373-
CMYK0.2900.690.09
HSL85.5º78.43%60%-
HSV(B)85.5º68.67%91.37%-
XYZ45.8666.7616.77-
YUV194.4359.47107.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 233 (91.41% from 255) = 49.47%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=35.03%
G=49.47%
B=15.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165233730.2900.690.0985.578.4360
HexA5E9491D0459564e3c
Octal2453511113501051112611674
Binary101001011110100110010011110101000101100110101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E949; }

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

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

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

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

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

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

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

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