#9FFA60

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

Shades of Conifer #9FFA60

Tints of Conifer #9FFA60

Color information

#9FFA60 (or 0x9FFA60) is unknown color: approx Conifer. HEX triplet: 9F, FA and 60. RGB value is (159,250,96). Sum of RGB (Red+Green+Blue) = 159+250+96=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFA60 is #60059F. Grayscale: #CDCDCD. Windows color (decimal): -6292896 or 6355615. OLE color: 6355615.

HSL color Cylindrical-coordinate representation of color #9FFA60: hue angle of 95.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFA60 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB15925096-
CMYK0.3600.620.02
HSL95.45º93.9%67.84%-
HSV(B)95.45º61.6%98.04%-
XYZ50.676.5923.18-
YUV205.2466.3595.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 96 (37.89% from 255) = 19.01%
R=31.49%
G=49.50%
B=19.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal159250960.3600.620.0295.4593.967.84
Hex9FFA602403E25f5e44
Octal237372140440762137136104
Binary10011111111110101100000100100011111010101111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,250,96); }

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

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

 a { background-color: rgb(159,250,96); }

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

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

 span { border-color: rgb(159,250,96); }

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