Html Css Color HEX #9DF010 Spring Bud

📋 copy color: '#9DF010'

red 157 ◦ green 240 ◦ blue 16

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

Shades of Spring Bud #9DF010

Tints of Spring Bud #9DF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.11%

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 38.01%
G = 58.11%
B = 3.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#9DF010 (or 0x9DF010) is known color: Spring Bud. HEX triplet: 9D, F0 and 10. RGB value is (157,240,16). Sum of RGB (Red+Green+Blue) = 157+240+16=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 240 (94.14% from 255 or 58.11% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF010 is #620FEF. Grayscale: #BEBEBE. Windows color (decimal): -6426608 or 1110173. OLE color: 1110173.

HSL color Cylindrical-coordinate representation of color #9DF010: hue angle of 82.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF010 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 16 -
CMYK 0.35 0 0.93 0.06
HSL 82.23º 0.88% 0.5% -
HSV(B) 82.23º 0.93% 0.94% -
XYZ 45.16 69.53 11.53 -
YUV 189.65 30 104.71 -
System Red Green Blue C M Y K H S L
Decimal 157 240 16 0.35 0 0.93 0.06 82.23 0.88 0.5
Hex 9D F0 10 23 0 5D 6 52 58 32
Octal 235 360 20 43 0 135 6 122 130 62
Binary 10011101 11110000 10000 100011 0 1011101 110 1010010 1011000 110010

Color Harmonies of #9DF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF010

Black with #9DF010

Text Example


Text Example

White with #9DF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,16); }

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

background-color css

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

 a { background-color: rgb(157,240,16); }

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

border-color css

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

 span { border-color: rgb(157,240,16); }

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