#9EFF14

Color #9EFF14 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9EFF14

Tints of Spring Bud #9EFF14

Color information

#9EFF14 (or 0x9EFF14) is unknown color: approx Spring Bud. HEX triplet: 9E, FF and 14. RGB value is (158,255,20). Sum of RGB (Red+Green+Blue) = 158+255+20=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF14 is #6100EB. Grayscale: #C8C8C8. Windows color (decimal): -6357228 or 1376158. OLE color: 1376158.

HSL color Cylindrical-coordinate representation of color #9EFF14: hue angle of 84.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EFF14 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB15825520-
CMYK0.3800.920
HSL84.77º100%53.92%-
HSV(B)84.77º92.16%100%-
XYZ49.9978.8413.24-
YUV199.2126.8698.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 255 (100% from 255) = 58.89%
BLUE value IS 20 (8.20% from 255) = 4.62%
R=36.49%
G=58.89%
B=4.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal158255200.3800.92084.7710053.92
Hex9EFF142605C0556436
Octal23637724460134012514466
Binary10011110111111111010010011001011100010101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,20); }

 H1.HeaderClassName
 {
   color: #9EFF14;
 }
 .AnyTagClassName
 {
   color: #9EFF14;
 }
</style>
background-color css

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

 a { background-color: rgb(158,255,20); }

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

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

 span { border-color: rgb(158,255,20); }

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