Html Css Color HEX #9EEB0A Spring Bud

📋 copy color: '#9EEB0A'

red 158 ◦ green 235 ◦ blue 10

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

Shades of Spring Bud #9EEB0A

Tints of Spring Bud #9EEB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.31%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 39.21%
G = 58.31%
B = 2.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#9EEB0A (or 0x9EEB0A) is known color: Spring Bud. HEX triplet: 9E, EB and 0A. RGB value is (158,235,10). Sum of RGB (Red+Green+Blue) = 158+235+10=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 235 (92.19% from 255 or 58.31% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEB0A is #6114F5. Grayscale: #BBBBBB. Windows color (decimal): -6362358 or 715678. OLE color: 715678.

HSL color Cylindrical-coordinate representation of color #9EEB0A: hue angle of 80.53º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EEB0A is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 10 -
CMYK 0.33 0 0.96 0.08
HSL 80.53º 0.92% 0.48% -
HSV(B) 80.53º 0.96% 0.92% -
XYZ 43.86 66.71 10.85 -
YUV 186.33 28.49 107.8 -
System Red Green Blue C M Y K H S L
Decimal 158 235 10 0.33 0 0.96 0.08 80.53 0.92 0.48
Hex 9E EB A 21 0 60 8 51 5C 30
Octal 236 353 12 41 0 140 10 121 134 60
Binary 10011110 11101011 1010 100001 0 1100000 1000 1010001 1011100 110000

Color Harmonies of #9EEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB0A

Black with #9EEB0A

Text Example


Text Example

White with #9EEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,235,10); }

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

background-color css

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

 a { background-color: rgb(158,235,10); }

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

border-color css

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

 span { border-color: rgb(158,235,10); }

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