Html Css Color HEX #9DF80A Spring Bud

📋 copy color: '#9DF80A'

red 157 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #9DF80A

Tints of Spring Bud #9DF80A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.76%

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 37.83%
G = 59.76%
B = 2.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#9DF80A (or 0x9DF80A) is known color: Spring Bud. HEX triplet: 9D, F8 and 0A. RGB value is (157,248,10). Sum of RGB (Red+Green+Blue) = 157+248+10=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF80A is #6207F5. Grayscale: #C2C2C2. Windows color (decimal): -6424566 or 719005. OLE color: 719005.

HSL color Cylindrical-coordinate representation of color #9DF80A: hue angle of 82.94º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DF80A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 10 -
CMYK 0.37 0 0.96 0.03
HSL 82.94º 0.94% 0.51% -
HSV(B) 82.94º 0.96% 0.97% -
XYZ 47.53 74.32 12.13 -
YUV 193.66 24.35 101.85 -
System Red Green Blue C M Y K H S L
Decimal 157 248 10 0.37 0 0.96 0.03 82.94 0.94 0.51
Hex 9D F8 A 25 0 60 3 53 5E 33
Octal 235 370 12 45 0 140 3 123 136 63
Binary 10011101 11111000 1010 100101 0 1100000 11 1010011 1011110 110011

Color Harmonies of #9DF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF80A

Black with #9DF80A

Text Example


Text Example

White with #9DF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,248,10); }

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

background-color css

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

 a { background-color: rgb(157,248,10); }

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

border-color css

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

 span { border-color: rgb(157,248,10); }

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