Html Css Color HEX #9EEE06 Spring Bud

📋 copy color: '#9EEE06'

red 158 ◦ green 238 ◦ blue 6

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

Shades of Spring Bud #9EEE06

Tints of Spring Bud #9EEE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 39.3%
G = 59.2%
B = 1.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#9EEE06 (or 0x9EEE06) is known color: Spring Bud. HEX triplet: 9E, EE and 06. RGB value is (158,238,6). Sum of RGB (Red+Green+Blue) = 158+238+6=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 238 (93.36% from 255 or 59.20% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEE06 is #6111F9. Grayscale: #BCBCBC. Windows color (decimal): -6361594 or 454302. OLE color: 454302.

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

Color convert

RGB 158 238 6 -
CMYK 0.34 0 0.97 0.07
HSL 80.69º 0.95% 0.48% -
HSV(B) 80.69º 0.97% 0.93% -
XYZ 44.71 68.43 11.02 -
YUV 187.63 25.5 106.86 -
System Red Green Blue C M Y K H S L
Decimal 158 238 6 0.34 0 0.97 0.07 80.69 0.95 0.48
Hex 9E EE 6 22 0 61 7 51 5F 30
Octal 236 356 6 42 0 141 7 121 137 60
Binary 10011110 11101110 110 100010 0 1100001 111 1010001 1011111 110000

Color Harmonies of #9EEE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEE06

Black with #9EEE06

Text Example


Text Example

White with #9EEE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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