Html Css Color HEX #9FE35F Conifer

📋 copy color: '#9FE35F'

red 159 ◦ green 227 ◦ blue 95

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

Shades of Conifer #9FE35F

Tints of Conifer #9FE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 33.06%
G = 47.19%
B = 19.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#9FE35F (or 0x9FE35F) is known color: Conifer. HEX triplet: 9F, E3 and 5F. RGB value is (159,227,95). Sum of RGB (Red+Green+Blue) = 159+227+95=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE35F is #601CA0. Grayscale: #C0C0C0. Windows color (decimal): -6298785 or 6284191. OLE color: 6284191.

HSL color Cylindrical-coordinate representation of color #9FE35F: hue angle of 90.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FE35F is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 227 95 -
CMYK 0.30 0 0.58 0.11
HSL 90.91º 0.7% 0.63% -
HSV(B) 90.91º 0.58% 0.89% -
XYZ 43.83 63.14 20.7 -
YUV 191.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 159 227 95 0.30 0 0.58 0.11 90.91 0.7 0.63
Hex 9F E3 5F 1E 0 3A B 5B 46 3F
Octal 237 343 137 36 0 72 13 133 106 77
Binary 10011111 11100011 1011111 11110 0 111010 1011 1011011 1000110 111111

Color Harmonies of #9FE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE35F

Black with #9FE35F

Text Example


Text Example

White with #9FE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,227,95); }

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

background-color css

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

 a { background-color: rgb(159,227,95); }

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

border-color css

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

 span { border-color: rgb(159,227,95); }

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