Html Css Color HEX #9EFE5D Conifer

📋 copy color: '#9EFE5D'

red 158 ◦ green 254 ◦ blue 93

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

Shades of Conifer #9EFE5D

Tints of Conifer #9EFE5D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.3%

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

R = 31.29%
G = 50.3%
B = 18.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#9EFE5D (or 0x9EFE5D) is known color: Conifer. HEX triplet: 9E, FE and 5D. RGB value is (158,254,93). Sum of RGB (Red+Green+Blue) = 158+254+93=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE5D is #6101A2. Grayscale: #CFCFCF. Windows color (decimal): -6357411 or 6160030. OLE color: 6160030.

HSL color Cylindrical-coordinate representation of color #9EFE5D: hue angle of 95.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EFE5D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 93 -
CMYK 0.38 0 0.63 0.00
HSL 95.78º 0.99% 0.68% -
HSV(B) 95.78º 0.63% 1% -
XYZ 51.52 78.94 22.88 -
YUV 206.94 63.7 93.09 -
System Red Green Blue C M Y K H S L
Decimal 158 254 93 0.38 0 0.63 0.00 95.78 0.99 0.68
Hex 9E FE 5D 26 0 3F 0 60 63 44
Octal 236 376 135 46 0 77 0 140 143 104
Binary 10011110 11111110 1011101 100110 0 111111 0 1100000 1100011 1000100

Color Harmonies of #9EFE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE5D

Black with #9EFE5D

Text Example


Text Example

White with #9EFE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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