#9BF612

Color #9BF612 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9BF612

Tints of Spring Bud #9BF612

Color information

#9BF612 (or 0x9BF612) is unknown color: approx Spring Bud. HEX triplet: 9B, F6 and 12. RGB value is (155,246,18). Sum of RGB (Red+Green+Blue) = 155+246+18=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF612 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF612 is #6409ED. Grayscale: #C1C1C1. Windows color (decimal): -6556142 or 1242779. OLE color: 1242779.

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

Color convert

RGB15524618-
CMYK0.3700.930.04
HSL83.95º92.68%51.76%-
HSV(B)83.95º92.68%96.47%-
XYZ46.5872.9212.19-
YUV192.829.35101.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 246 (96.48% from 255) = 58.71%
BLUE value IS 18 (7.42% from 255) = 4.30%
R=36.99%
G=58.71%
B=4.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal155246180.3700.930.0483.9592.6851.76
Hex9BF6122505D4545d34
Octal23336622450135412413564
Binary1001101111110110100101001010101110110010101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BF612;
 }
 .AnyTagClassName
 {
   color: #9BF612;
 }
</style>
background-color css

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

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

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

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

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

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