Html Css Color HEX #9DEB0C Spring Bud

📋 copy color: '#9DEB0C'

red 157 ◦ green 235 ◦ blue 12

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

Shades of Spring Bud #9DEB0C

Tints of Spring Bud #9DEB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.97%

R = 38.86%
G = 58.17%
B = 2.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#9DEB0C (or 0x9DEB0C) is known color: Spring Bud. HEX triplet: 9D, EB and 0C. RGB value is (157,235,12). Sum of RGB (Red+Green+Blue) = 157+235+12=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEB0C is #6214F3. Grayscale: #BBBBBB. Windows color (decimal): -6427892 or 846749. OLE color: 846749.

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

Color convert

RGB 157 235 12 -
CMYK 0.33 0 0.95 0.08
HSL 80.99º 0.9% 0.48% -
HSV(B) 80.99º 0.95% 0.92% -
XYZ 43.68 66.61 10.9 -
YUV 186.26 29.66 107.13 -
System Red Green Blue C M Y K H S L
Decimal 157 235 12 0.33 0 0.95 0.08 80.99 0.9 0.48
Hex 9D EB C 21 0 5F 8 51 5A 30
Octal 235 353 14 41 0 137 10 121 132 60
Binary 10011101 11101011 1100 100001 0 1011111 1000 1010001 1011010 110000

Color Harmonies of #9DEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEB0C

Black with #9DEB0C

Text Example


Text Example

White with #9DEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,235,12); }

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

background-color css

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

 a { background-color: rgb(157,235,12); }

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

border-color css

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

 span { border-color: rgb(157,235,12); }

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