Html Css Color HEX #9EFA5D Conifer

📋 copy color: '#9EFA5D'

red 158 ◦ green 250 ◦ blue 93

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

Shades of Conifer #9EFA5D

Tints of Conifer #9EFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 31.54%
G = 49.9%
B = 18.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#9EFA5D (or 0x9EFA5D) is known color: Conifer. HEX triplet: 9E, FA and 5D. RGB value is (158,250,93). Sum of RGB (Red+Green+Blue) = 158+250+93=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA5D is #6105A2. Grayscale: #CDCDCD. Windows color (decimal): -6358435 or 6159006. OLE color: 6159006.

HSL color Cylindrical-coordinate representation of color #9EFA5D: hue angle of 95.16º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EFA5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 93 -
CMYK 0.37 0 0.63 0.02
HSL 95.16º 0.94% 0.67% -
HSV(B) 95.16º 0.63% 0.98% -
XYZ 50.26 76.43 22.46 -
YUV 204.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 158 250 93 0.37 0 0.63 0.02 95.16 0.94 0.67
Hex 9E FA 5D 25 0 3F 2 5F 5E 43
Octal 236 372 135 45 0 77 2 137 136 103
Binary 10011110 11111010 1011101 100101 0 111111 10 1011111 1011110 1000011

Color Harmonies of #9EFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA5D

Black with #9EFA5D

Text Example


Text Example

White with #9EFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,93); }

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

background-color css

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

 a { background-color: rgb(158,250,93); }

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

border-color css

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

 span { border-color: rgb(158,250,93); }

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