#9AF35F

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

Shades of Conifer #9AF35F

Tints of Conifer #9AF35F

Color information

#9AF35F (or 0x9AF35F) is unknown color: approx Conifer. HEX triplet: 9A, F3 and 5F. RGB value is (154,243,95). Sum of RGB (Red+Green+Blue) = 154+243+95=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF35F is #650CA0. Grayscale: #C8C8C8. Windows color (decimal): -6622369 or 6288282. OLE color: 6288282.

HSL color Cylindrical-coordinate representation of color #9AF35F: hue angle of 96.08º 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 #9AF35F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB15424395-
CMYK0.3700.610.05
HSL96.08º86.05%66.27%-
HSV(B)96.08º60.91%95.29%-
XYZ47.4471.822.18-
YUV199.5269.0195.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 95 (37.5% from 255) = 19.31%
R=31.30%
G=49.39%
B=19.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal154243950.3700.610.0596.0886.0566.27
Hex9AF35F2503D5605642
Octal232363137450755140126102
Binary100110101111001110111111001010111101101110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF35F; }

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

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

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

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

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

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

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

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