Html Css Color HEX #9BFC08 Spring Bud

📋 copy color: '#9BFC08'

red 155 ◦ green 252 ◦ blue 8

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

Shades of Spring Bud #9BFC08

Tints of Spring Bud #9BFC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.93%

R = 37.35%
G = 60.72%
B = 1.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#9BFC08 (or 0x9BFC08) is known color: Spring Bud. HEX triplet: 9B, FC and 08. RGB value is (155,252,8). Sum of RGB (Red+Green+Blue) = 155+252+8=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC08 is #6403F7. Grayscale: #C4C4C4. Windows color (decimal): -6554616 or 588955. OLE color: 588955.

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

Color convert

RGB 155 252 8 -
CMYK 0.38 0 0.97 0.01
HSL 83.85º 0.98% 0.51% -
HSV(B) 83.85º 0.97% 0.99% -
XYZ 48.37 76.61 12.47 -
YUV 195.18 22.36 99.34 -
System Red Green Blue C M Y K H S L
Decimal 155 252 8 0.38 0 0.97 0.01 83.85 0.98 0.51
Hex 9B FC 8 26 0 61 1 54 62 33
Octal 233 374 10 46 0 141 1 124 142 63
Binary 10011011 11111100 1000 100110 0 1100001 1 1010100 1100010 110011

Color Harmonies of #9BFC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC08

Black with #9BFC08

Text Example


Text Example

White with #9BFC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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