#A9F760

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

Shades of Conifer #A9F760

Tints of Conifer #A9F760

Color information

#A9F760 (or 0xA9F760) is unknown color: approx Conifer. HEX triplet: A9, F7 and 60. RGB value is (169,247,96). Sum of RGB (Red+Green+Blue) = 169+247+96=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #A9F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F760 is #56089F. Grayscale: #CECECE. Windows color (decimal): -5638304 or 6354857. OLE color: 6354857.

HSL color Cylindrical-coordinate representation of color #A9F760: hue angle of 90.99º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9F760 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB16924796-
CMYK0.3200.610.03
HSL90.99º90.42%67.25%-
HSV(B)90.99º61.13%96.86%-
XYZ51.7375.822.97-
YUV206.4665.66101.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=33.01%
G=48.24%
B=18.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169247960.3200.610.0390.9990.4267.25
HexA9F7602003D35b5a43
Octal251367140400753133132103
Binary10101001111101111100000100000011110111101101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F760; }

 p { color: rgb(169,247,96); }

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

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

 a { background-color: rgb(169,247,96); }

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

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

 span { border-color: rgb(169,247,96); }

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