Html Css Color HEX #9FE050 Conifer

📋 copy color: '#9FE050'

red 159 ◦ green 224 ◦ blue 80

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

Shades of Conifer #9FE050

Tints of Conifer #9FE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

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

R = 34.34%
G = 48.38%
B = 17.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#9FE050 (or 0x9FE050) is known color: Conifer. HEX triplet: 9F, E0 and 50. RGB value is (159,224,80). Sum of RGB (Red+Green+Blue) = 159+224+80=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE050 is #601FAF. Grayscale: #BCBCBC. Windows color (decimal): -6299568 or 5300383. OLE color: 5300383.

HSL color Cylindrical-coordinate representation of color #9FE050: hue angle of 87.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FE050 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 224 80 -
CMYK 0.29 0 0.64 0.12
HSL 87.08º 0.7% 0.6% -
HSV(B) 87.08º 0.64% 0.88% -
XYZ 42.4 61.26 17.18 -
YUV 188.15 66.97 107.21 -
System Red Green Blue C M Y K H S L
Decimal 159 224 80 0.29 0 0.64 0.12 87.08 0.7 0.6
Hex 9F E0 50 1D 0 40 C 57 46 3C
Octal 237 340 120 35 0 100 14 127 106 74
Binary 10011111 11100000 1010000 11101 0 1000000 1100 1010111 1000110 111100

Color Harmonies of #9FE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE050

Black with #9FE050

Text Example


Text Example

White with #9FE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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