#0BE476

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

Shades of Spring Green #0BE476

Tints of Spring Green #0BE476

Color information

#0BE476 (or 0x0BE476) is unknown color: approx Spring Green. HEX triplet: 0B, E4 and 76. RGB value is (11,228,118). Sum of RGB (Red+Green+Blue) = 11+228+118=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE476 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE476 is #F41B89. Grayscale: #969696. Windows color (decimal): -15997834 or 7791627. OLE color: 7791627.

HSL color Cylindrical-coordinate representation of color #0BE476: hue angle of 149.59º 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 #0BE476 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB11228118-
CMYK0.9500.480.11
HSL149.59º90.79%46.86%-
HSV(B)149.59º95.18%89.41%-
XYZ31.1556.8726.47-
YUV150.58109.6128.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.08%
GREEN value IS 228 (89.45% from 255) = 63.87%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=3.08%
G=63.87%
B=33.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112281180.9500.480.11149.5990.7946.86
HexBE4765F030B965b2f
Octal133441661370601322613357
Binary1011111001001110110101111101100001011100101101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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