#A9E64A

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

Shades of Conifer #A9E64A

Tints of Conifer #A9E64A

Color information

#A9E64A (or 0xA9E64A) is unknown color: approx Conifer. HEX triplet: A9, E6 and 4A. RGB value is (169,230,74). Sum of RGB (Red+Green+Blue) = 169+230+74=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #A9E64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9E64A is #5619B5. Grayscale: #C2C2C2. Windows color (decimal): -5642678 or 4908713. OLE color: 4908713.

HSL color Cylindrical-coordinate representation of color #A9E64A: hue angle of 83.46º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9E64A is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB16923074-
CMYK0.2700.680.10
HSL83.46º75.73%59.61%-
HSV(B)83.46º67.83%90.2%-
XYZ45.965.5216.71-
YUV193.9860.29110.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 230 (90.23% from 255) = 48.63%
BLUE value IS 74 (29.30% from 255) = 15.64%
R=35.73%
G=48.63%
B=15.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169230740.2700.680.1083.4675.7359.61
HexA9E64A1B044A534c3c
Octal2513461123301041212311474
Binary101010011110011010010101101101000100101010100111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E64A; }

 p { color: rgb(169,230,74); }

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

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

 a { background-color: rgb(169,230,74); }

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

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

 span { border-color: rgb(169,230,74); }

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