#9FF05B

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

Shades of Conifer #9FF05B

Tints of Conifer #9FF05B

Color information

#9FF05B (or 0x9FF05B) is unknown color: approx Conifer. HEX triplet: 9F, F0 and 5B. RGB value is (159,240,91). Sum of RGB (Red+Green+Blue) = 159+240+91=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF05B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF05B is #600FA4. Grayscale: #C7C7C7. Windows color (decimal): -6295461 or 6025375. OLE color: 6025375.

HSL color Cylindrical-coordinate representation of color #9FF05B: hue angle of 92.62º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FF05B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB15924091-
CMYK0.3400.620.06
HSL92.62º83.24%64.9%-
HSV(B)92.62º62.08%94.12%-
XYZ47.3570.4521-
YUV198.867.1699.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 240 (94.14% from 255) = 48.98%
BLUE value IS 91 (35.94% from 255) = 18.57%
R=32.45%
G=48.98%
B=18.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal159240910.3400.620.0692.6283.2464.9
Hex9FF05B2203E65d5341
Octal237360133420766135123101
Binary100111111111000010110111000100111110110101110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,240,91); }

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

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

 a { background-color: rgb(159,240,91); }

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

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

 span { border-color: rgb(159,240,91); }

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