Html Css Color HEX #9CFC16 Spring Bud

📋 copy color: '#9CFC16'

red 156 ◦ green 252 ◦ blue 22

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

Shades of Spring Bud #9CFC16

Tints of Spring Bud #9CFC16

RGB

 RED value IS 156 (61.33% from 255) = 36.28%

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

 BLUE value IS 22 (8.98% from 255) = 5.12%

R = 36.28%
G = 58.6%
B = 5.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#9CFC16 (or 0x9CFC16) is known color: Spring Bud. HEX triplet: 9C, FC and 16. RGB value is (156,252,22). Sum of RGB (Red+Green+Blue) = 156+252+22=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CFC16 is #6303E9. Grayscale: #C5C5C5. Windows color (decimal): -6489066 or 1506460. OLE color: 1506460.

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

Color convert

RGB 156 252 22 -
CMYK 0.38 0 0.91 0.01
HSL 85.04º 0.97% 0.54% -
HSV(B) 85.04º 0.91% 0.99% -
XYZ 48.67 76.75 13.01 -
YUV 197.08 29.2 98.7 -
System Red Green Blue C M Y K H S L
Decimal 156 252 22 0.38 0 0.91 0.01 85.04 0.97 0.54
Hex 9C FC 16 26 0 5B 1 55 61 36
Octal 234 374 26 46 0 133 1 125 141 66
Binary 10011100 11111100 10110 100110 0 1011011 1 1010101 1100001 110110

Color Harmonies of #9CFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFC16

Black with #9CFC16

Text Example


Text Example

White with #9CFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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