Html Css Color HEX #9EFF5F Conifer

📋 copy color: '#9EFF5F'

red 158 ◦ green 255 ◦ blue 95

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

Shades of Conifer #9EFF5F

Tints of Conifer #9EFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

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

R = 31.1%
G = 50.2%
B = 18.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#9EFF5F (or 0x9EFF5F) is known color: Conifer. HEX triplet: 9E, FF and 5F. RGB value is (158,255,95). Sum of RGB (Red+Green+Blue) = 158+255+95=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF5F is #6100A0. Grayscale: #D0D0D0. Windows color (decimal): -6357153 or 6291358. OLE color: 6291358.

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

Color convert

RGB 158 255 95 -
CMYK 0.38 0 0.63 0
HSL 96.38º 1% 0.69% -
HSV(B) 96.38º 0.63% 1% -
XYZ 51.93 79.62 23.46 -
YUV 207.76 64.36 92.51 -
System Red Green Blue C M Y K H S L
Decimal 158 255 95 0.38 0 0.63 0 96.38 1 0.69
Hex 9E FF 5F 26 0 3F 0 60 64 45
Octal 236 377 137 46 0 77 0 140 144 105
Binary 10011110 11111111 1011111 100110 0 111111 0 1100000 1100100 1000101

Color Harmonies of #9EFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFF5F

Black with #9EFF5F

Text Example


Text Example

White with #9EFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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