Html Css Color HEX #9BFB0C Spring Bud

📋 copy color: '#9BFB0C'

red 155 ◦ green 251 ◦ blue 12

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

Shades of Spring Bud #9BFB0C

Tints of Spring Bud #9BFB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 60.05%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 37.08%
G = 60.05%
B = 2.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#9BFB0C (or 0x9BFB0C) is known color: Spring Bud. HEX triplet: 9B, FB and 0C. RGB value is (155,251,12). Sum of RGB (Red+Green+Blue) = 155+251+12=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 251 (98.44% from 255 or 60.05% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFB0C is #6404F3. Grayscale: #C3C3C3. Windows color (decimal): -6554868 or 850843. OLE color: 850843.

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

Color convert

RGB 155 251 12 -
CMYK 0.38 0 0.95 0.02
HSL 84.1º 0.97% 0.52% -
HSV(B) 84.1º 0.95% 0.98% -
XYZ 48.08 75.99 12.48 -
YUV 195.05 24.7 99.43 -
System Red Green Blue C M Y K H S L
Decimal 155 251 12 0.38 0 0.95 0.02 84.1 0.97 0.52
Hex 9B FB C 26 0 5F 2 54 61 34
Octal 233 373 14 46 0 137 2 124 141 64
Binary 10011011 11111011 1100 100110 0 1011111 10 1010100 1100001 110100

Color Harmonies of #9BFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB0C

Black with #9BFB0C

Text Example


Text Example

White with #9BFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,251,12); }

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

background-color css

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

 a { background-color: rgb(155,251,12); }

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

border-color css

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

 span { border-color: rgb(155,251,12); }

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