Html Css Color HEX #9FFC5F Conifer

📋 copy color: '#9FFC5F'

red 159 ◦ green 252 ◦ blue 95

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

Shades of Conifer #9FFC5F

Tints of Conifer #9FFC5F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.8%

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

R = 31.42%
G = 49.8%
B = 18.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#9FFC5F (or 0x9FFC5F) is known color: Conifer. HEX triplet: 9F, FC and 5F. RGB value is (159,252,95). Sum of RGB (Red+Green+Blue) = 159+252+95=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC5F is #6003A0. Grayscale: #CECECE. Windows color (decimal): -6292385 or 6290591. OLE color: 6290591.

HSL color Cylindrical-coordinate representation of color #9FFC5F: hue angle of 95.54º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFC5F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 95 -
CMYK 0.37 0 0.62 0.01
HSL 95.54º 0.96% 0.68% -
HSV(B) 95.54º 0.62% 0.99% -
XYZ 51.17 77.82 23.15 -
YUV 206.3 65.19 94.27 -
System Red Green Blue C M Y K H S L
Decimal 159 252 95 0.37 0 0.62 0.01 95.54 0.96 0.68
Hex 9F FC 5F 25 0 3E 1 60 60 44
Octal 237 374 137 45 0 76 1 140 140 104
Binary 10011111 11111100 1011111 100101 0 111110 1 1100000 1100000 1000100

Color Harmonies of #9FFC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFC5F

Black with #9FFC5F

Text Example


Text Example

White with #9FFC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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