Html Css Color HEX #9BFC13 Spring Bud

📋 copy color: '#9BFC13'

red 155 ◦ green 252 ◦ blue 19

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

Shades of Spring Bud #9BFC13

Tints of Spring Bud #9BFC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.46%

R = 36.38%
G = 59.15%
B = 4.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#9BFC13 (or 0x9BFC13) is known color: Spring Bud. HEX triplet: 9B, FC and 13. RGB value is (155,252,19). Sum of RGB (Red+Green+Blue) = 155+252+19=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC13 is #6403EC. Grayscale: #C5C5C5. Windows color (decimal): -6554605 or 1309851. OLE color: 1309851.

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

Color convert

RGB 155 252 19 -
CMYK 0.38 0 0.92 0.01
HSL 84.98º 0.97% 0.53% -
HSV(B) 84.98º 0.92% 0.99% -
XYZ 48.45 76.64 12.86 -
YUV 196.44 27.86 98.45 -
System Red Green Blue C M Y K H S L
Decimal 155 252 19 0.38 0 0.92 0.01 84.98 0.97 0.53
Hex 9B FC 13 26 0 5C 1 55 61 35
Octal 233 374 23 46 0 134 1 125 141 65
Binary 10011011 11111100 10011 100110 0 1011100 1 1010101 1100001 110101

Color Harmonies of #9BFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC13

Black with #9BFC13

Text Example


Text Example

White with #9BFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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