Html Css Color HEX #9BFA13 Spring Bud

📋 copy color: '#9BFA13'

red 155 ◦ green 250 ◦ blue 19

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

Shades of Spring Bud #9BFA13

Tints of Spring Bud #9BFA13

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.96%

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

R = 36.56%
G = 58.96%
B = 4.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#9BFA13 (or 0x9BFA13) is known color: Spring Bud. HEX triplet: 9B, FA and 13. RGB value is (155,250,19). Sum of RGB (Red+Green+Blue) = 155+250+19=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFA13 is #6405EC. Grayscale: #C4C4C4. Windows color (decimal): -6555117 or 1309339. OLE color: 1309339.

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

Color convert

RGB 155 250 19 -
CMYK 0.38 0 0.92 0.02
HSL 84.68º 0.96% 0.53% -
HSV(B) 84.68º 0.92% 0.98% -
XYZ 47.82 75.39 12.65 -
YUV 195.26 28.53 99.28 -
System Red Green Blue C M Y K H S L
Decimal 155 250 19 0.38 0 0.92 0.02 84.68 0.96 0.53
Hex 9B FA 13 26 0 5C 2 55 60 35
Octal 233 372 23 46 0 134 2 125 140 65
Binary 10011011 11111010 10011 100110 0 1011100 10 1010101 1100000 110101

Color Harmonies of #9BFA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFA13

Black with #9BFA13

Text Example


Text Example

White with #9BFA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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