Html Css Color HEX #9EFC5C Conifer

📋 copy color: '#9EFC5C'

red 158 ◦ green 252 ◦ blue 92

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

Shades of Conifer #9EFC5C

Tints of Conifer #9EFC5C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

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

R = 31.47%
G = 50.2%
B = 18.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#9EFC5C (or 0x9EFC5C) is known color: Conifer. HEX triplet: 9E, FC and 5C. RGB value is (158,252,92). Sum of RGB (Red+Green+Blue) = 158+252+92=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC5C is #6103A3. Grayscale: #CECECE. Windows color (decimal): -6357924 or 6093982. OLE color: 6093982.

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

Color convert

RGB 158 252 92 -
CMYK 0.37 0 0.63 0.01
HSL 95.25º 0.96% 0.67% -
HSV(B) 95.25º 0.63% 0.99% -
XYZ 50.84 77.66 22.44 -
YUV 205.65 63.86 94.01 -
System Red Green Blue C M Y K H S L
Decimal 158 252 92 0.37 0 0.63 0.01 95.25 0.96 0.67
Hex 9E FC 5C 25 0 3F 1 5F 60 43
Octal 236 374 134 45 0 77 1 137 140 103
Binary 10011110 11111100 1011100 100101 0 111111 1 1011111 1100000 1000011

Color Harmonies of #9EFC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC5C

Black with #9EFC5C

Text Example


Text Example

White with #9EFC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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