Html Css Color HEX #9DFD12 Spring Bud

📋 copy color: '#9DFD12'

red 157 ◦ green 253 ◦ blue 18

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

Shades of Spring Bud #9DFD12

Tints of Spring Bud #9DFD12

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.11%

 BLUE value IS 18 (7.42% from 255) = 4.21%

R = 36.68%
G = 59.11%
B = 4.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#9DFD12 (or 0x9DFD12) is known color: Spring Bud. HEX triplet: 9D, FD and 12. RGB value is (157,253,18). Sum of RGB (Red+Green+Blue) = 157+253+18=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFD12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFD12 is #6202ED. Grayscale: #C6C6C6. Windows color (decimal): -6423278 or 1244573. OLE color: 1244573.

HSL color Cylindrical-coordinate representation of color #9DFD12: hue angle of 84.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DFD12 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 253 18 -
CMYK 0.38 0 0.93 0.01
HSL 84.51º 0.98% 0.53% -
HSV(B) 84.51º 0.93% 0.99% -
XYZ 49.14 77.46 12.93 -
YUV 197.51 26.7 99.11 -
System Red Green Blue C M Y K H S L
Decimal 157 253 18 0.38 0 0.93 0.01 84.51 0.98 0.53
Hex 9D FD 12 26 0 5D 1 55 62 35
Octal 235 375 22 46 0 135 1 125 142 65
Binary 10011101 11111101 10010 100110 0 1011101 1 1010101 1100010 110101

Color Harmonies of #9DFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFD12

Black with #9DFD12

Text Example


Text Example

White with #9DFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,253,18); }

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

background-color css

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

 a { background-color: rgb(157,253,18); }

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

border-color css

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

 span { border-color: rgb(157,253,18); }

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