Html Css Color HEX #9DED0A Spring Bud

📋 copy color: '#9DED0A'

red 157 ◦ green 237 ◦ blue 10

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

Shades of Spring Bud #9DED0A

Tints of Spring Bud #9DED0A

RGB

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

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

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

R = 38.86%
G = 58.66%
B = 2.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#9DED0A (or 0x9DED0A) is known color: Spring Bud. HEX triplet: 9D, ED and 0A. RGB value is (157,237,10). Sum of RGB (Red+Green+Blue) = 157+237+10=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 237 (92.97% from 255 or 58.66% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DED0A is #6212F5. Grayscale: #BCBCBC. Windows color (decimal): -6427382 or 716189. OLE color: 716189.

HSL color Cylindrical-coordinate representation of color #9DED0A: hue angle of 81.15º 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 #9DED0A is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 237 10 -
CMYK 0.34 0 0.96 0.07
HSL 81.15º 0.92% 0.48% -
HSV(B) 81.15º 0.96% 0.93% -
XYZ 44.24 67.76 11.03 -
YUV 187.2 28 106.46 -
System Red Green Blue C M Y K H S L
Decimal 157 237 10 0.34 0 0.96 0.07 81.15 0.92 0.48
Hex 9D ED A 22 0 60 7 51 5C 30
Octal 235 355 12 42 0 140 7 121 134 60
Binary 10011101 11101101 1010 100010 0 1100000 111 1010001 1011100 110000

Color Harmonies of #9DED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DED0A

Black with #9DED0A

Text Example


Text Example

White with #9DED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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