Html Css Color HEX #9EFE5E Conifer

📋 copy color: '#9EFE5E'

red 158 ◦ green 254 ◦ blue 94

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

Shades of Conifer #9EFE5E

Tints of Conifer #9EFE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 31.23%
G = 50.2%
B = 18.58%

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

#9EFE5E (or 0x9EFE5E) is known color: Conifer. HEX triplet: 9E, FE and 5E. RGB value is (158,254,94). Sum of RGB (Red+Green+Blue) = 158+254+94=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE5E is #6101A1. Grayscale: #CFCFCF. Windows color (decimal): -6357410 or 6225566. OLE color: 6225566.

HSL color Cylindrical-coordinate representation of color #9EFE5E: hue angle of 96º 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 #9EFE5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 94 -
CMYK 0.38 0 0.63 0.00
HSL 96º 0.99% 0.68% -
HSV(B) 96º 0.63% 1% -
XYZ 51.56 78.96 23.11 -
YUV 207.06 64.2 93.01 -
System Red Green Blue C M Y K H S L
Decimal 158 254 94 0.38 0 0.63 0.00 96 0.99 0.68
Hex 9E FE 5E 26 0 3F 0 60 63 44
Octal 236 376 136 46 0 77 0 140 143 104
Binary 10011110 11111110 1011110 100110 0 111111 0 1100000 1100011 1000100

Color Harmonies of #9EFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE5E

Black with #9EFE5E

Text Example


Text Example

White with #9EFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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