#A9EC50

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

Shades of Conifer #A9EC50

Tints of Conifer #A9EC50

Color information

#A9EC50 (or 0xA9EC50) is unknown color: approx Conifer. HEX triplet: A9, EC and 50. RGB value is (169,236,80). Sum of RGB (Red+Green+Blue) = 169+236+80=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EC50 is #5613AF. Grayscale: #C6C6C6. Windows color (decimal): -5641136 or 5303465. OLE color: 5303465.

HSL color Cylindrical-coordinate representation of color #A9EC50: hue angle of 85.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9EC50 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB16923680-
CMYK0.2800.660.07
HSL85.77º80.41%61.96%-
HSV(B)85.77º66.1%92.55%-
XYZ47.8169.0118.39-
YUV198.1861.3107.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 236 (92.58% from 255) = 48.66%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=34.85%
G=48.66%
B=16.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169236800.2800.660.0785.7780.4161.96
HexA9EC501C042756503e
Octal251354120340102712612076
Binary10101001111011001010000111000100001011110101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EC50; }

 p { color: rgb(169,236,80); }

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

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

 a { background-color: rgb(169,236,80); }

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

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

 span { border-color: rgb(169,236,80); }

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