#A9F35F

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

Shades of Conifer #A9F35F

Tints of Conifer #A9F35F

Color information

#A9F35F (or 0xA9F35F) is unknown color: approx Conifer. HEX triplet: A9, F3 and 5F. RGB value is (169,243,95). Sum of RGB (Red+Green+Blue) = 169+243+95=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F35F is #560CA0. Grayscale: #CCCCCC. Windows color (decimal): -5639329 or 6288297. OLE color: 6288297.

HSL color Cylindrical-coordinate representation of color #A9F35F: hue angle of 90º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9F35F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB16924395-
CMYK0.3000.610.05
HSL90º86.05%66.27%-
HSV(B)90º60.91%95.29%-
XYZ50.4873.3622.33-
YUV20466.48103.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=33.33%
G=47.93%
B=18.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169243950.3000.610.059086.0566.27
HexA9F35F1E03D55a5642
Octal251363137360755132126102
Binary10101001111100111011111111100111101101101101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F35F; }

 p { color: rgb(169,243,95); }

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

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

 a { background-color: rgb(169,243,95); }

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

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

 span { border-color: rgb(169,243,95); }

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