Html Css Color HEX #9BFC16 Spring Bud

📋 copy color: '#9BFC16'

red 155 ◦ green 252 ◦ blue 22

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

Shades of Spring Bud #9BFC16

Tints of Spring Bud #9BFC16

RGB

 RED value IS 155 (60.94% from 255) = 36.13%

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

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

R = 36.13%
G = 58.74%
B = 5.13%

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

#9BFC16 (or 0x9BFC16) is known color: Spring Bud. HEX triplet: 9B, FC and 16. RGB value is (155,252,22). Sum of RGB (Red+Green+Blue) = 155+252+22=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC16 is #6403E9. Grayscale: #C5C5C5. Windows color (decimal): -6554602 or 1506459. OLE color: 1506459.

HSL color Cylindrical-coordinate representation of color #9BFC16: hue angle of 85.3º 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 #9BFC16 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 22 -
CMYK 0.38 0 0.91 0.01
HSL 85.3º 0.97% 0.54% -
HSV(B) 85.3º 0.91% 0.99% -
XYZ 48.47 76.65 13 -
YUV 196.78 29.36 98.2 -
System Red Green Blue C M Y K H S L
Decimal 155 252 22 0.38 0 0.91 0.01 85.3 0.97 0.54
Hex 9B FC 16 26 0 5B 1 55 61 36
Octal 233 374 26 46 0 133 1 125 141 66
Binary 10011011 11111100 10110 100110 0 1011011 1 1010101 1100001 110110

Color Harmonies of #9BFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC16

Black with #9BFC16

Text Example


Text Example

White with #9BFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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