Html Css Color HEX #9EFC16 Spring Bud

📋 copy color: '#9EFC16'

red 158 ◦ green 252 ◦ blue 22

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

Shades of Spring Bud #9EFC16

Tints of Spring Bud #9EFC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 36.57%
G = 58.33%
B = 5.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#9EFC16 (or 0x9EFC16) is known color: Spring Bud. HEX triplet: 9E, FC and 16. RGB value is (158,252,22). Sum of RGB (Red+Green+Blue) = 158+252+22=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC16 is #6103E9. Grayscale: #C6C6C6. Windows color (decimal): -6357994 or 1506462. OLE color: 1506462.

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

Color convert

RGB 158 252 22 -
CMYK 0.37 0 0.91 0.01
HSL 84.52º 0.97% 0.54% -
HSV(B) 84.52º 0.91% 0.99% -
XYZ 49.06 76.95 13.03 -
YUV 197.67 28.86 99.7 -
System Red Green Blue C M Y K H S L
Decimal 158 252 22 0.37 0 0.91 0.01 84.52 0.97 0.54
Hex 9E FC 16 25 0 5B 1 55 61 36
Octal 236 374 26 45 0 133 1 125 141 66
Binary 10011110 11111100 10110 100101 0 1011011 1 1010101 1100001 110110

Color Harmonies of #9EFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC16

Black with #9EFC16

Text Example


Text Example

White with #9EFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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