#A1E945

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

Shades of Conifer #A1E945

Tints of Conifer #A1E945

Color information

#A1E945 (or 0xA1E945) is unknown color: approx Conifer. HEX triplet: A1, E9 and 45. RGB value is (161,233,69). Sum of RGB (Red+Green+Blue) = 161+233+69=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E945 is #5E16BA. Grayscale: #C1C1C1. Windows color (decimal): -6166203 or 4581793. OLE color: 4581793.

HSL color Cylindrical-coordinate representation of color #A1E945: hue angle of 86.34º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1E945 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB16123369-
CMYK0.3100.700.09
HSL86.34º78.85%59.22%-
HSV(B)86.34º70.39%91.37%-
XYZ44.9166.2816.06-
YUV192.7858.15105.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 233 (91.41% from 255) = 50.32%
BLUE value IS 69 (27.34% from 255) = 14.90%
R=34.77%
G=50.32%
B=14.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161233690.3100.700.0986.3478.8559.22
HexA1E9451F0469564f3b
Octal2413511053701061112611773
Binary101000011110100110001011111101000110100110101101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E945; }

 p { color: rgb(161,233,69); }

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

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

 a { background-color: rgb(161,233,69); }

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

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

 span { border-color: rgb(161,233,69); }

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