Html Css Color HEX #9FFC14 Spring Bud

📋 copy color: '#9FFC14'

red 159 ◦ green 252 ◦ blue 20

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

Shades of Spring Bud #9FFC14

Tints of Spring Bud #9FFC14

RGB

 RED value IS 159 (62.5% from 255) = 36.89%

 GREEN value IS 252 (98.83% from 255) = 58.47%

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

R = 36.89%
G = 58.47%
B = 4.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#9FFC14 (or 0x9FFC14) is known color: Spring Bud. HEX triplet: 9F, FC and 14. RGB value is (159,252,20). Sum of RGB (Red+Green+Blue) = 159+252+20=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 252 (98.83% from 255 or 58.47% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFC14 is #6003EB. Grayscale: #C6C6C6. Windows color (decimal): -6292460 or 1375391. OLE color: 1375391.

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

Color convert

RGB 159 252 20 -
CMYK 0.37 0 0.92 0.01
HSL 84.05º 0.97% 0.53% -
HSV(B) 84.05º 0.92% 0.99% -
XYZ 49.23 77.04 12.94 -
YUV 197.75 27.69 100.36 -
System Red Green Blue C M Y K H S L
Decimal 159 252 20 0.37 0 0.92 0.01 84.05 0.97 0.53
Hex 9F FC 14 25 0 5C 1 54 61 35
Octal 237 374 24 45 0 134 1 124 141 65
Binary 10011111 11111100 10100 100101 0 1011100 1 1010100 1100001 110101

Color Harmonies of #9FFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFC14

Black with #9FFC14

Text Example


Text Example

White with #9FFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,252,20); }

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

background-color css

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

 a { background-color: rgb(159,252,20); }

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

border-color css

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

 span { border-color: rgb(159,252,20); }

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