#0BFFA2

Color #0BFFA2 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0BFFA2

Tints of Medium Spring Green #0BFFA2

Color information

#0BFFA2 (or 0x0BFFA2) is unknown color: approx Medium Spring Green. HEX triplet: 0B, FF and A2. RGB value is (11,255,162). Sum of RGB (Red+Green+Blue) = 11+255+162=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFFA2 is #F4005D. Grayscale: #ABABAB. Windows color (decimal): -15990878 or 10682123. OLE color: 10682123.

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

Color convert

RGB11255162-
CMYK0.9600.360
HSL157.13º100%52.16%-
HSV(B)157.13º95.69%100%-
XYZ42.4274.246.27-
YUV171.44122.6613.56-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.57%
GREEN value IS 255 (100% from 255) = 59.58%
BLUE value IS 162 (63.67% from 255) = 37.85%
R=2.57%
G=59.58%
B=37.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal112551620.9600.360157.1310052.16
HexBFFA26002409d6434
Octal13377242140044023514464
Binary10111111111110100010110000001001000100111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BFFA2; }

 p { color: rgb(11,255,162); }

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

<style>
 a { background-color: #0BFFA2; }

 a { background-color: rgb(11,255,162); }

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

<style>
 span { border-color: #0BFFA2; }

 span { border-color: rgb(11,255,162); }

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