#9FF35A

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

Shades of Conifer #9FF35A

Tints of Conifer #9FF35A

Color information

#9FF35A (or 0x9FF35A) is unknown color: approx Conifer. HEX triplet: 9F, F3 and 5A. RGB value is (159,243,90). Sum of RGB (Red+Green+Blue) = 159+243+90=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF35A is #600CA5. Grayscale: #C8C8C8. Windows color (decimal): -6294694 or 5960607. OLE color: 5960607.

HSL color Cylindrical-coordinate representation of color #9FF35A: hue angle of 92.94º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FF35A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB15924390-
CMYK0.3500.630.05
HSL92.94º86.44%65.29%-
HSV(B)92.94º62.96%95.29%-
XYZ48.1972.2121.07-
YUV200.4465.6798.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.32%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=32.32%
G=49.39%
B=18.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal159243900.3500.630.0592.9486.4465.29
Hex9FF35A2303F55d5641
Octal237363132430775135126101
Binary100111111111001110110101000110111111101101110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,243,90); }

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

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

 a { background-color: rgb(159,243,90); }

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

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

 span { border-color: rgb(159,243,90); }

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