Html Css Color HEX #9EF213 Spring Bud

📋 copy color: '#9EF213'

red 158 ◦ green 242 ◦ blue 19

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

Shades of Spring Bud #9EF213

Tints of Spring Bud #9EF213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 37.71%
G = 57.76%
B = 4.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#9EF213 (or 0x9EF213) is known color: Spring Bud. HEX triplet: 9E, F2 and 13. RGB value is (158,242,19). Sum of RGB (Red+Green+Blue) = 158+242+19=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF213 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF213 is #610DEC. Grayscale: #C0C0C0. Windows color (decimal): -6360557 or 1307294. OLE color: 1307294.

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

Color convert

RGB 158 242 19 -
CMYK 0.35 0 0.92 0.05
HSL 82.6º 0.9% 0.51% -
HSV(B) 82.6º 0.92% 0.95% -
XYZ 45.97 70.82 11.86 -
YUV 191.46 30.67 104.13 -
System Red Green Blue C M Y K H S L
Decimal 158 242 19 0.35 0 0.92 0.05 82.6 0.9 0.51
Hex 9E F2 13 23 0 5C 5 53 5A 33
Octal 236 362 23 43 0 134 5 123 132 63
Binary 10011110 11110010 10011 100011 0 1011100 101 1010011 1011010 110011

Color Harmonies of #9EF213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF213

Black with #9EF213

Text Example


Text Example

White with #9EF213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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