Html Css Color HEX #9FFF60 Conifer

📋 copy color: '#9FFF60'

red 159 ◦ green 255 ◦ blue 96

#9FFF60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9FFF60

Tints of Conifer #9FFF60

RGB

 RED value IS 159 (62.5% from 255) = 31.18%

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 31.18%
G = 50%
B = 18.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#9FFF60 (or 0x9FFF60) is known color: Conifer. HEX triplet: 9F, FF and 60. RGB value is (159,255,96). Sum of RGB (Red+Green+Blue) = 159+255+96=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF60 is #60009F. Grayscale: #D0D0D0. Windows color (decimal): -6291616 or 6356895. OLE color: 6356895.

HSL color Cylindrical-coordinate representation of color #9FFF60: hue angle of 96.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFF60 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 159 255 96 -
CMYK 0.38 0 0.62 0
HSL 96.23º 1% 0.69% -
HSV(B) 96.23º 0.62% 1% -
XYZ 52.17 79.74 23.71 -
YUV 208.17 64.7 92.93 -
System Red Green Blue C M Y K H S L
Decimal 159 255 96 0.38 0 0.62 0 96.23 1 0.69
Hex 9F FF 60 26 0 3E 0 60 64 45
Octal 237 377 140 46 0 76 0 140 144 105
Binary 10011111 11111111 1100000 100110 0 111110 0 1100000 1100100 1000101

Color Harmonies of #9FFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFF60

Black with #9FFF60

Text Example


Text Example

White with #9FFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FFF60;
 }
 .AnyTagClassName
 {
   color: #9FFF60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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