#0BDA76

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

Shades of Spring Green #0BDA76

Tints of Spring Green #0BDA76

Color information

#0BDA76 (or 0x0BDA76) is unknown color: approx Spring Green. HEX triplet: 0B, DA and 76. RGB value is (11,218,118). Sum of RGB (Red+Green+Blue) = 11+218+118=347 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.17% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDA76 is #F42589. Grayscale: #909090. Windows color (decimal): -16000394 or 7789067. OLE color: 7789067.

HSL color Cylindrical-coordinate representation of color #0BDA76: hue angle of 151.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDA76 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB11218118-
CMYK0.9500.460.15
HSL151.01º90.39%44.9%-
HSV(B)151.01º94.95%85.49%-
XYZ28.4851.5225.58-
YUV144.71112.9232.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.17%
GREEN value IS 218 (85.55% from 255) = 62.82%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=3.17%
G=62.82%
B=34.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112181180.9500.460.15151.0190.3944.9
HexBDA765F02EF975a2d
Octal133321661370561722713255
Binary1011110110101110110101111101011101111100101111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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