Html Css Color HEX #9DF014 Spring Bud

📋 copy color: '#9DF014'

red 157 ◦ green 240 ◦ blue 20

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

Shades of Spring Bud #9DF014

Tints of Spring Bud #9DF014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 37.65%
G = 57.55%
B = 4.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#9DF014 (or 0x9DF014) is known color: Spring Bud. HEX triplet: 9D, F0 and 14. RGB value is (157,240,20). Sum of RGB (Red+Green+Blue) = 157+240+20=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF014 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF014 is #620FEB. Grayscale: #BEBEBE. Windows color (decimal): -6426604 or 1372317. OLE color: 1372317.

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

Color convert

RGB 157 240 20 -
CMYK 0.35 0 0.92 0.06
HSL 82.64º 0.88% 0.51% -
HSV(B) 82.64º 0.92% 0.94% -
XYZ 45.19 69.54 11.7 -
YUV 190.1 32 104.39 -
System Red Green Blue C M Y K H S L
Decimal 157 240 20 0.35 0 0.92 0.06 82.64 0.88 0.51
Hex 9D F0 14 23 0 5C 6 53 58 33
Octal 235 360 24 43 0 134 6 123 130 63
Binary 10011101 11110000 10100 100011 0 1011100 110 1010011 1011000 110011

Color Harmonies of #9DF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF014

Black with #9DF014

Text Example


Text Example

White with #9DF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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