Html Css Color HEX #9DEC0D Spring Bud

📋 copy color: '#9DEC0D'

red 157 ◦ green 236 ◦ blue 13

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

Shades of Spring Bud #9DEC0D

Tints of Spring Bud #9DEC0D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 58.13%

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 38.67%
G = 58.13%
B = 3.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#9DEC0D (or 0x9DEC0D) is known color: Spring Bud. HEX triplet: 9D, EC and 0D. RGB value is (157,236,13). Sum of RGB (Red+Green+Blue) = 157+236+13=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 236 (92.58% from 255 or 58.13% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEC0D is #6213F2. Grayscale: #BBBBBB. Windows color (decimal): -6427635 or 912541. OLE color: 912541.

HSL color Cylindrical-coordinate representation of color #9DEC0D: hue angle of 81.26º degrees, saturation: 0.9, 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 #9DEC0D is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 13 -
CMYK 0.33 0 0.94 0.07
HSL 81.26º 0.9% 0.49% -
HSV(B) 81.26º 0.94% 0.93% -
XYZ 43.97 67.19 11.03 -
YUV 186.96 29.83 106.63 -
System Red Green Blue C M Y K H S L
Decimal 157 236 13 0.33 0 0.94 0.07 81.26 0.9 0.49
Hex 9D EC D 21 0 5E 7 51 5A 31
Octal 235 354 15 41 0 136 7 121 132 61
Binary 10011101 11101100 1101 100001 0 1011110 111 1010001 1011010 110001

Color Harmonies of #9DEC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEC0D

Black with #9DEC0D

Text Example


Text Example

White with #9DEC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,13); }

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

background-color css

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

 a { background-color: rgb(157,236,13); }

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

border-color css

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

 span { border-color: rgb(157,236,13); }

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