Html Css Color HEX #9EEE10 Spring Bud

📋 copy color: '#9EEE10'

red 158 ◦ green 238 ◦ blue 16

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

Shades of Spring Bud #9EEE10

Tints of Spring Bud #9EEE10

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.77%

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

R = 38.35%
G = 57.77%
B = 3.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#9EEE10 (or 0x9EEE10) is known color: Spring Bud. HEX triplet: 9E, EE and 10. RGB value is (158,238,16). Sum of RGB (Red+Green+Blue) = 158+238+16=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEE10 is #6111EF. Grayscale: #BDBDBD. Windows color (decimal): -6361584 or 1109662. OLE color: 1109662.

HSL color Cylindrical-coordinate representation of color #9EEE10: hue angle of 81.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EEE10 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 16 -
CMYK 0.34 0 0.93 0.07
HSL 81.62º 0.87% 0.5% -
HSV(B) 81.62º 0.93% 0.93% -
XYZ 44.77 68.46 11.34 -
YUV 188.77 30.5 106.05 -
System Red Green Blue C M Y K H S L
Decimal 158 238 16 0.34 0 0.93 0.07 81.62 0.87 0.5
Hex 9E EE 10 22 0 5D 7 52 57 32
Octal 236 356 20 42 0 135 7 122 127 62
Binary 10011110 11101110 10000 100010 0 1011101 111 1010010 1010111 110010

Color Harmonies of #9EEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEE10

Black with #9EEE10

Text Example


Text Example

White with #9EEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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