#A9E065

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

Shades of Conifer #A9E065

Tints of Conifer #A9E065

Color information

#A9E065 (or 0xA9E065) is unknown color: approx Conifer. HEX triplet: A9, E0 and 65. RGB value is (169,224,101). Sum of RGB (Red+Green+Blue) = 169+224+101=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E065 is #561F9A. Grayscale: #C1C1C1. Windows color (decimal): -5644187 or 6676649. OLE color: 6676649.

HSL color Cylindrical-coordinate representation of color #A9E065: hue angle of 86.83º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9E065 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB169224101-
CMYK0.2500.550.12
HSL86.83º66.49%63.73%-
HSV(B)86.83º54.91%87.84%-
XYZ45.3762.6922.02-
YUV193.5375.78110.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=34.21%
G=45.34%
B=20.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692241010.2500.550.1286.8366.4963.73
HexA9E06519037C574240
Octal2513401453106714127102100
Binary101010011110000011001011100101101111100101011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E065; }

 p { color: rgb(169,224,101); }

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

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

 a { background-color: rgb(169,224,101); }

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

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

 span { border-color: rgb(169,224,101); }

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