Html Css Color HEX #9EEC5F Conifer

📋 copy color: '#9EEC5F'

red 158 ◦ green 236 ◦ blue 95

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

Shades of Conifer #9EEC5F

Tints of Conifer #9EEC5F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

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

R = 32.31%
G = 48.26%
B = 19.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#9EEC5F (or 0x9EEC5F) is known color: Conifer. HEX triplet: 9E, EC and 5F. RGB value is (158,236,95). Sum of RGB (Red+Green+Blue) = 158+236+95=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #9EEC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEC5F is #6113A0. Grayscale: #C5C5C5. Windows color (decimal): -6362017 or 6286494. OLE color: 6286494.

HSL color Cylindrical-coordinate representation of color #9EEC5F: hue angle of 93.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EEC5F is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 236 95 -
CMYK 0.33 0 0.60 0.07
HSL 93.19º 0.79% 0.65% -
HSV(B) 93.19º 0.6% 0.93% -
XYZ 46.16 68.09 21.54 -
YUV 196.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 158 236 95 0.33 0 0.60 0.07 93.19 0.79 0.65
Hex 9E EC 5F 21 0 3C 7 5D 4F 41
Octal 236 354 137 41 0 74 7 135 117 101
Binary 10011110 11101100 1011111 100001 0 111100 111 1011101 1001111 1000001

Color Harmonies of #9EEC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEC5F

Black with #9EEC5F

Text Example


Text Example

White with #9EEC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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