#0BE47A

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

Shades of Spring Green #0BE47A

Tints of Spring Green #0BE47A

Color information

#0BE47A (or 0x0BE47A) is unknown color: approx Spring Green. HEX triplet: 0B, E4 and 7A. RGB value is (11,228,122). Sum of RGB (Red+Green+Blue) = 11+228+122=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE47A is #F41B85. Grayscale: #979797. Windows color (decimal): -15997830 or 8053771. OLE color: 8053771.

HSL color Cylindrical-coordinate representation of color #0BE47A: hue angle of 150.69º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE47A is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB11228122-
CMYK0.9500.460.11
HSL150.69º90.79%46.86%-
HSV(B)150.69º95.18%89.41%-
XYZ31.3956.9627.75-
YUV151.03111.6128.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.05%
GREEN value IS 228 (89.45% from 255) = 63.16%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=3.05%
G=63.16%
B=33.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112281220.9500.460.11150.6990.7946.86
HexBE47A5F02EB975b2f
Octal133441721370561322713357
Binary1011111001001111010101111101011101011100101111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,228,122); }

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

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

 a { background-color: rgb(11,228,122); }

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

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

 span { border-color: rgb(11,228,122); }

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