#0BFF5E

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

Shades of Spring Green #0BFF5E

Tints of Spring Green #0BFF5E

Color information

#0BFF5E (or 0x0BFF5E) is unknown color: approx Spring Green. HEX triplet: 0B, FF and 5E. RGB value is (11,255,94). Sum of RGB (Red+Green+Blue) = 11+255+94=360 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0BFF5E is #F400A1. Grayscale: #A4A4A4. Windows color (decimal): -15990946 or 6225675. OLE color: 6225675.

HSL color Cylindrical-coordinate representation of color #0BFF5E: hue angle of 140.41º 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 #0BFF5E is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB1125594-
CMYK0.9600.630
HSL140.41º100%52.16%-
HSV(B)140.41º95.69%100%-
XYZ37.9272.422.57-
YUV163.6988.6619.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.06%
GREEN value IS 255 (100% from 255) = 70.83%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=3.06%
G=70.83%
B=26.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11255940.9600.630140.4110052.16
HexBFF5E6003F08c6434
Octal13377136140077021414464
Binary1011111111111011110110000001111110100011001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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