Html Css Color HEX #9EED0A Spring Bud

📋 copy color: '#9EED0A'

red 158 ◦ green 237 ◦ blue 10

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

Shades of Spring Bud #9EED0A

Tints of Spring Bud #9EED0A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 58.52%

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

R = 39.01%
G = 58.52%
B = 2.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#9EED0A (or 0x9EED0A) is known color: Spring Bud. HEX triplet: 9E, ED and 0A. RGB value is (158,237,10). Sum of RGB (Red+Green+Blue) = 158+237+10=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 237 (92.97% from 255 or 58.52% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EED0A is #6112F5. Grayscale: #BCBCBC. Windows color (decimal): -6361846 or 716190. OLE color: 716190.

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

Color convert

RGB 158 237 10 -
CMYK 0.33 0 0.96 0.07
HSL 80.88º 0.92% 0.48% -
HSV(B) 80.88º 0.96% 0.93% -
XYZ 44.44 67.86 11.04 -
YUV 187.5 27.83 106.96 -
System Red Green Blue C M Y K H S L
Decimal 158 237 10 0.33 0 0.96 0.07 80.88 0.92 0.48
Hex 9E ED A 21 0 60 7 51 5C 30
Octal 236 355 12 41 0 140 7 121 134 60
Binary 10011110 11101101 1010 100001 0 1100000 111 1010001 1011100 110000

Color Harmonies of #9EED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EED0A

Black with #9EED0A

Text Example


Text Example

White with #9EED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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