Html Css Color HEX #9BF616 Spring Bud

📋 copy color: '#9BF616'

red 155 ◦ green 246 ◦ blue 22

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

Shades of Spring Bud #9BF616

Tints of Spring Bud #9BF616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.16%

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

R = 36.64%
G = 58.16%
B = 5.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#9BF616 (or 0x9BF616) is known color: Spring Bud. HEX triplet: 9B, F6 and 16. RGB value is (155,246,22). Sum of RGB (Red+Green+Blue) = 155+246+22=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF616 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF616 is #6409E9. Grayscale: #C2C2C2. Windows color (decimal): -6556138 or 1504923. OLE color: 1504923.

HSL color Cylindrical-coordinate representation of color #9BF616: hue angle of 84.38º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BF616 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 22 -
CMYK 0.37 0 0.91 0.04
HSL 84.38º 0.93% 0.53% -
HSV(B) 84.38º 0.91% 0.96% -
XYZ 46.62 72.94 12.38 -
YUV 193.26 31.35 100.71 -
System Red Green Blue C M Y K H S L
Decimal 155 246 22 0.37 0 0.91 0.04 84.38 0.93 0.53
Hex 9B F6 16 25 0 5B 4 54 5D 35
Octal 233 366 26 45 0 133 4 124 135 65
Binary 10011011 11110110 10110 100101 0 1011011 100 1010100 1011101 110101

Color Harmonies of #9BF616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF616

Black with #9BF616

Text Example


Text Example

White with #9BF616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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