Html Css Color HEX #9BF010 Spring Bud

📋 copy color: '#9BF010'

red 155 ◦ green 240 ◦ blue 16

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

Shades of Spring Bud #9BF010

Tints of Spring Bud #9BF010

RGB

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

 GREEN value IS 240 (94.14% from 255) = 58.39%

 BLUE value IS 16 (6.64% from 255) = 3.89%

R = 37.71%
G = 58.39%
B = 3.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#9BF010 (or 0x9BF010) is known color: Spring Bud. HEX triplet: 9B, F0 and 10. RGB value is (155,240,16). Sum of RGB (Red+Green+Blue) = 155+240+16=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF010 is #640FEF. Grayscale: #BDBDBD. Windows color (decimal): -6557680 or 1110171. OLE color: 1110171.

HSL color Cylindrical-coordinate representation of color #9BF010: hue angle of 82.77º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BF010 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 240 16 -
CMYK 0.35 0 0.93 0.06
HSL 82.77º 0.88% 0.5% -
HSV(B) 82.77º 0.93% 0.94% -
XYZ 44.77 69.33 11.51 -
YUV 189.05 30.34 103.71 -
System Red Green Blue C M Y K H S L
Decimal 155 240 16 0.35 0 0.93 0.06 82.77 0.88 0.5
Hex 9B F0 10 23 0 5D 6 53 58 32
Octal 233 360 20 43 0 135 6 123 130 62
Binary 10011011 11110000 10000 100011 0 1011101 110 1010011 1011000 110010

Color Harmonies of #9BF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF010

Black with #9BF010

Text Example


Text Example

White with #9BF010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,240,16); }

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

background-color css

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

 a { background-color: rgb(155,240,16); }

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

border-color css

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

 span { border-color: rgb(155,240,16); }

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