Html Css Color HEX #9EFF5C Conifer

📋 copy color: '#9EFF5C'

red 158 ◦ green 255 ◦ blue 92

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

Shades of Conifer #9EFF5C

Tints of Conifer #9EFF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 31.29%
G = 50.5%
B = 18.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#9EFF5C (or 0x9EFF5C) is known color: Conifer. HEX triplet: 9E, FF and 5C. RGB value is (158,255,92). Sum of RGB (Red+Green+Blue) = 158+255+92=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF5C is #6100A3. Grayscale: #CFCFCF. Windows color (decimal): -6357156 or 6094750. OLE color: 6094750.

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

Color convert

RGB 158 255 92 -
CMYK 0.38 0 0.64 0
HSL 95.71º 1% 0.68% -
HSV(B) 95.71º 0.64% 1% -
XYZ 51.79 79.56 22.75 -
YUV 207.42 62.86 92.75 -
System Red Green Blue C M Y K H S L
Decimal 158 255 92 0.38 0 0.64 0 95.71 1 0.68
Hex 9E FF 5C 26 0 40 0 60 64 44
Octal 236 377 134 46 0 100 0 140 144 104
Binary 10011110 11111111 1011100 100110 0 1000000 0 1100000 1100100 1000100

Color Harmonies of #9EFF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFF5C

Black with #9EFF5C

Text Example


Text Example

White with #9EFF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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