Html Css Color HEX #9EFC10 Spring Bud

📋 copy color: '#9EFC10'

red 158 ◦ green 252 ◦ blue 16

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

Shades of Spring Bud #9EFC10

Tints of Spring Bud #9EFC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 37.09%
G = 59.15%
B = 3.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#9EFC10 (or 0x9EFC10) is known color: Spring Bud. HEX triplet: 9E, FC and 10. RGB value is (158,252,16). Sum of RGB (Red+Green+Blue) = 158+252+16=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC10 is #6103EF. Grayscale: #C5C5C5. Windows color (decimal): -6358000 or 1113246. OLE color: 1113246.

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

Color convert

RGB 158 252 16 -
CMYK 0.37 0 0.94 0.01
HSL 83.9º 0.98% 0.53% -
HSV(B) 83.9º 0.94% 0.99% -
XYZ 49 76.93 12.76 -
YUV 196.99 25.86 100.19 -
System Red Green Blue C M Y K H S L
Decimal 158 252 16 0.37 0 0.94 0.01 83.9 0.98 0.53
Hex 9E FC 10 25 0 5E 1 54 62 35
Octal 236 374 20 45 0 136 1 124 142 65
Binary 10011110 11111100 10000 100101 0 1011110 1 1010100 1100010 110101

Color Harmonies of #9EFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC10

Black with #9EFC10

Text Example


Text Example

White with #9EFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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