Html Css Color HEX #9CFC10 Spring Bud

📋 copy color: '#9CFC10'

red 156 ◦ green 252 ◦ blue 16

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

Shades of Spring Bud #9CFC10

Tints of Spring Bud #9CFC10

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 value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#9CFC10 (or 0x9CFC10) is known color: 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

RGB 156 252 16 -
CMYK 0.38 0 0.94 0.01
HSL 84.41º 0.98% 0.53% -
HSV(B) 84.41º 0.94% 0.99% -
XYZ 48.61 76.73 12.74 -
YUV 196.39 26.2 99.19 -
System Red Green Blue C M Y K H S L
Decimal 156 252 16 0.38 0 0.94 0.01 84.41 0.98 0.53
Hex 9C FC 10 26 0 5E 1 54 62 35
Octal 234 374 20 46 0 136 1 124 142 65
Binary 10011100 11111100 10000 100110 0 1011110 1 1010100 1100010 110101

Color Harmonies of #9CFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFC10

Black with #9CFC10

Text Example


Text Example

White with #9CFC10

Text Example


Text Example

HTML Codes & Css Web 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>