Html Css Color HEX #9EFE10 Spring Bud

📋 copy color: '#9EFE10'

red 158 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #9EFE10

Tints of Spring Bud #9EFE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.35%

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

R = 36.92%
G = 59.35%
B = 3.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#9EFE10 (or 0x9EFE10) is known color: Spring Bud. HEX triplet: 9E, FE and 10. RGB value is (158,254,16). Sum of RGB (Red+Green+Blue) = 158+254+16=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFE10 is #6101EF. Grayscale: #C7C7C7. Windows color (decimal): -6357488 or 1113758. OLE color: 1113758.

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

Color convert

RGB 158 254 16 -
CMYK 0.38 0 0.94 0.00
HSL 84.2º 0.99% 0.53% -
HSV(B) 84.2º 0.94% 1% -
XYZ 49.64 78.19 12.97 -
YUV 198.16 25.2 99.35 -
System Red Green Blue C M Y K H S L
Decimal 158 254 16 0.38 0 0.94 0.00 84.2 0.99 0.53
Hex 9E FE 10 26 0 5E 0 54 63 35
Octal 236 376 20 46 0 136 0 124 143 65
Binary 10011110 11111110 10000 100110 0 1011110 0 1010100 1100011 110101

Color Harmonies of #9EFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE10

Black with #9EFE10

Text Example


Text Example

White with #9EFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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