Html Css Color HEX #9FF850 Conifer

📋 copy color: '#9FF850'

red 159 ◦ green 248 ◦ blue 80

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

Shades of Conifer #9FF850

Tints of Conifer #9FF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

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

R = 32.65%
G = 50.92%
B = 16.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#9FF850 (or 0x9FF850) is known color: Conifer. HEX triplet: 9F, F8 and 50. RGB value is (159,248,80). Sum of RGB (Red+Green+Blue) = 159+248+80=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF850 is #6007AF. Grayscale: #CACACA. Windows color (decimal): -6293424 or 5306527. OLE color: 5306527.

HSL color Cylindrical-coordinate representation of color #9FF850: hue angle of 91.79º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FF850 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 80 -
CMYK 0.36 0 0.68 0.03
HSL 91.79º 0.92% 0.64% -
HSV(B) 91.79º 0.68% 0.97% -
XYZ 49.31 75.08 19.48 -
YUV 202.24 59.01 97.16 -
System Red Green Blue C M Y K H S L
Decimal 159 248 80 0.36 0 0.68 0.03 91.79 0.92 0.64
Hex 9F F8 50 24 0 44 3 5C 5C 40
Octal 237 370 120 44 0 104 3 134 134 100
Binary 10011111 11111000 1010000 100100 0 1000100 11 1011100 1011100 1000000

Color Harmonies of #9FF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF850

Black with #9FF850

Text Example


Text Example

White with #9FF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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