#0BDC7C

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

Shades of Spring Green #0BDC7C

Tints of Spring Green #0BDC7C

Color information

#0BDC7C (or 0x0BDC7C) is unknown color: approx Spring Green. HEX triplet: 0B, DC and 7C. RGB value is (11,220,124). Sum of RGB (Red+Green+Blue) = 11+220+124=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC7C is #F42383. Grayscale: #929292. Windows color (decimal): -15999876 or 8182795. OLE color: 8182795.

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

Color convert

RGB11220124-
CMYK0.9500.440.14
HSL152.44º90.48%45.29%-
HSV(B)152.44º95%86.27%-
XYZ29.3752.7127.7-
YUV146.56115.2631.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.10%
GREEN value IS 220 (86.33% from 255) = 61.97%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=3.10%
G=61.97%
B=34.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112201240.9500.440.14152.4490.4845.29
HexBDC7C5F02CE985a2d
Octal133341741370541623013255
Binary1011110111001111100101111101011001110100110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BDC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,220,124); }

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

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

 a { background-color: rgb(11,220,124); }

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

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

 span { border-color: rgb(11,220,124); }

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