#9CFC10

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

Shades of Spring Bud #9CFC10

Tints of Spring Bud #9CFC10

Color information

#9CFC10 (or 0x9CFC10) is unknown color: approx Spring Bud. HEX triplet: 9C, FC and 10. RGB value is (156,252,16). Sum of RGB (Red+Green+Blue) = 156+252+16=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFC10 is #6303EF. Grayscale: #C5C5C5. Windows color (decimal): -6489072 or 1113244. OLE color: 1113244.

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

Color convert

RGB15625216-
CMYK0.3800.940.01
HSL84.41º97.52%52.55%-
HSV(B)84.41º93.65%98.82%-
XYZ48.6176.7312.74-
YUV196.3926.299.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 252 (98.83% from 255) = 59.43%
BLUE value IS 16 (6.64% from 255) = 3.77%
R=36.79%
G=59.43%
B=3.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156252160.3800.940.0184.4197.5252.55
Hex9CFC102605E1546235
Octal23437420460136112414265
Binary10011100111111001000010011001011110110101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,252,16); }

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

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

 a { background-color: rgb(156,252,16); }

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

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

 span { border-color: rgb(156,252,16); }

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