Html Css Color HEX #9FF050 Conifer

📋 copy color: '#9FF050'

red 159 ◦ green 240 ◦ blue 80

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

Shades of Conifer #9FF050

Tints of Conifer #9FF050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 33.19%
G = 50.1%
B = 16.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#9FF050 (or 0x9FF050) is known color: Conifer. HEX triplet: 9F, F0 and 50. RGB value is (159,240,80). Sum of RGB (Red+Green+Blue) = 159+240+80=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF050 is #600FAF. Grayscale: #C6C6C6. Windows color (decimal): -6295472 or 5304479. OLE color: 5304479.

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

Color convert

RGB 159 240 80 -
CMYK 0.34 0 0.67 0.06
HSL 90.38º 0.84% 0.63% -
HSV(B) 90.38º 0.67% 0.94% -
XYZ 46.91 70.27 18.68 -
YUV 197.54 61.66 100.51 -
System Red Green Blue C M Y K H S L
Decimal 159 240 80 0.34 0 0.67 0.06 90.38 0.84 0.63
Hex 9F F0 50 22 0 43 6 5A 54 3F
Octal 237 360 120 42 0 103 6 132 124 77
Binary 10011111 11110000 1010000 100010 0 1000011 110 1011010 1010100 111111

Color Harmonies of #9FF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF050

Black with #9FF050

Text Example


Text Example

White with #9FF050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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