Html Css Color HEX #9EF112 Spring Bud

📋 copy color: '#9EF112'

red 158 ◦ green 241 ◦ blue 18

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

Shades of Spring Bud #9EF112

Tints of Spring Bud #9EF112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.79%

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 37.89%
G = 57.79%
B = 4.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#9EF112 (or 0x9EF112) is known color: Spring Bud. HEX triplet: 9E, F1 and 12. RGB value is (158,241,18). Sum of RGB (Red+Green+Blue) = 158+241+18=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 241 (94.53% from 255 or 57.79% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF112 is #610EED. Grayscale: #BFBFBF. Windows color (decimal): -6360814 or 1241502. OLE color: 1241502.

HSL color Cylindrical-coordinate representation of color #9EF112: hue angle of 82.33º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EF112 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 241 18 -
CMYK 0.34 0 0.93 0.05
HSL 82.33º 0.89% 0.51% -
HSV(B) 82.33º 0.93% 0.95% -
XYZ 45.67 70.22 11.72 -
YUV 190.76 30.5 104.63 -
System Red Green Blue C M Y K H S L
Decimal 158 241 18 0.34 0 0.93 0.05 82.33 0.89 0.51
Hex 9E F1 12 22 0 5D 5 52 59 33
Octal 236 361 22 42 0 135 5 122 131 63
Binary 10011110 11110001 10010 100010 0 1011101 101 1010010 1011001 110011

Color Harmonies of #9EF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF112

Black with #9EF112

Text Example


Text Example

White with #9EF112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,241,18); }

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

background-color css

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

 a { background-color: rgb(158,241,18); }

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

border-color css

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

 span { border-color: rgb(158,241,18); }

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