Html Css Color HEX #9EF260 Conifer

📋 copy color: '#9EF260'

red 158 ◦ green 242 ◦ blue 96

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

Shades of Conifer #9EF260

Tints of Conifer #9EF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 96 (37.89% from 255) = 19.35%

R = 31.85%
G = 48.79%
B = 19.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#9EF260 (or 0x9EF260) is known color: Conifer. HEX triplet: 9E, F2 and 60. RGB value is (158,242,96). Sum of RGB (Red+Green+Blue) = 158+242+96=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF260 is #610D9F. Grayscale: #C8C8C8. Windows color (decimal): -6360480 or 6353566. OLE color: 6353566.

HSL color Cylindrical-coordinate representation of color #9EF260: hue angle of 94.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EF260 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 96 -
CMYK 0.35 0 0.60 0.05
HSL 94.52º 0.85% 0.66% -
HSV(B) 94.52º 0.6% 0.95% -
XYZ 47.96 71.62 22.36 -
YUV 200.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 158 242 96 0.35 0 0.60 0.05 94.52 0.85 0.66
Hex 9E F2 60 23 0 3C 5 5F 55 42
Octal 236 362 140 43 0 74 5 137 125 102
Binary 10011110 11110010 1100000 100011 0 111100 101 1011111 1010101 1000010

Color Harmonies of #9EF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF260

Black with #9EF260

Text Example


Text Example

White with #9EF260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,96); }

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

background-color css

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

 a { background-color: rgb(158,242,96); }

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

border-color css

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

 span { border-color: rgb(158,242,96); }

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