Html Css Color HEX #9DED0E Spring Bud

📋 copy color: '#9DED0E'

red 157 ◦ green 237 ◦ blue 14

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

Shades of Spring Bud #9DED0E

Tints of Spring Bud #9DED0E

RGB

 RED value IS 157 (61.72% from 255) = 38.48%

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 38.48%
G = 58.09%
B = 3.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#9DED0E (or 0x9DED0E) is known color: Spring Bud. HEX triplet: 9D, ED and 0E. RGB value is (157,237,14). Sum of RGB (Red+Green+Blue) = 157+237+14=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DED0E is #6212F1. Grayscale: #BCBCBC. Windows color (decimal): -6427378 or 978333. OLE color: 978333.

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

Color convert

RGB 157 237 14 -
CMYK 0.34 0 0.94 0.07
HSL 81.52º 0.89% 0.49% -
HSV(B) 81.52º 0.94% 0.93% -
XYZ 44.27 67.77 11.16 -
YUV 187.66 30 106.13 -
System Red Green Blue C M Y K H S L
Decimal 157 237 14 0.34 0 0.94 0.07 81.52 0.89 0.49
Hex 9D ED E 22 0 5E 7 52 59 31
Octal 235 355 16 42 0 136 7 122 131 61
Binary 10011101 11101101 1110 100010 0 1011110 111 1010010 1011001 110001

Color Harmonies of #9DED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DED0E

Black with #9DED0E

Text Example


Text Example

White with #9DED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,237,14); }

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

background-color css

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

 a { background-color: rgb(157,237,14); }

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

border-color css

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

 span { border-color: rgb(157,237,14); }

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