Html Css Color HEX #9EFC5F Conifer

📋 copy color: '#9EFC5F'

red 158 ◦ green 252 ◦ blue 95

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

Shades of Conifer #9EFC5F

Tints of Conifer #9EFC5F

RGB

 RED value IS 158 (62.11% from 255) = 31.29%

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

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

R = 31.29%
G = 49.9%
B = 18.81%

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

#9EFC5F (or 0x9EFC5F) is known color: Conifer. HEX triplet: 9E, FC and 5F. RGB value is (158,252,95). Sum of RGB (Red+Green+Blue) = 158+252+95=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC5F is #6103A0. Grayscale: #CECECE. Windows color (decimal): -6357921 or 6290590. OLE color: 6290590.

HSL color Cylindrical-coordinate representation of color #9EFC5F: hue angle of 95.92º 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 #9EFC5F is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 95 -
CMYK 0.37 0 0.62 0.01
HSL 95.92º 0.96% 0.68% -
HSV(B) 95.92º 0.62% 0.99% -
XYZ 50.98 77.72 23.14 -
YUV 206 65.36 93.77 -
System Red Green Blue C M Y K H S L
Decimal 158 252 95 0.37 0 0.62 0.01 95.92 0.96 0.68
Hex 9E FC 5F 25 0 3E 1 60 60 44
Octal 236 374 137 45 0 76 1 140 140 104
Binary 10011110 11111100 1011111 100101 0 111110 1 1100000 1100000 1000100

Color Harmonies of #9EFC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC5F

Black with #9EFC5F

Text Example


Text Example

White with #9EFC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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