Html Css Color HEX #9DF20C Spring Bud

📋 copy color: '#9DF20C'

red 157 ◦ green 242 ◦ blue 12

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

Shades of Spring Bud #9DF20C

Tints of Spring Bud #9DF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.88%

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

R = 38.2%
G = 58.88%
B = 2.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#9DF20C (or 0x9DF20C) is known color: Spring Bud. HEX triplet: 9D, F2 and 0C. RGB value is (157,242,12). Sum of RGB (Red+Green+Blue) = 157+242+12=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF20C is #620DF3. Grayscale: #BFBFBF. Windows color (decimal): -6426100 or 848541. OLE color: 848541.

HSL color Cylindrical-coordinate representation of color #9DF20C: hue angle of 82.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DF20C is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 12 -
CMYK 0.35 0 0.95 0.05
HSL 82.17º 0.91% 0.5% -
HSV(B) 82.17º 0.95% 0.95% -
XYZ 45.72 70.7 11.58 -
YUV 190.37 27.34 104.2 -
System Red Green Blue C M Y K H S L
Decimal 157 242 12 0.35 0 0.95 0.05 82.17 0.91 0.5
Hex 9D F2 C 23 0 5F 5 52 5B 32
Octal 235 362 14 43 0 137 5 122 133 62
Binary 10011101 11110010 1100 100011 0 1011111 101 1010010 1011011 110010

Color Harmonies of #9DF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF20C

Black with #9DF20C

Text Example


Text Example

White with #9DF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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