#0DFBB3

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

Shades of Medium Spring Green #0DFBB3

Tints of Medium Spring Green #0DFBB3

Color information

#0DFBB3 (or 0x0DFBB3) is unknown color: approx Medium Spring Green. HEX triplet: 0D, FB and B3. RGB value is (13,251,179). Sum of RGB (Red+Green+Blue) = 13+251+179=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 251 (98.44% from 255 or 56.66% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFBB3 is #F2044C. Grayscale: #ABABAB. Windows color (decimal): -15860813 or 11795213. OLE color: 11795213.

HSL color Cylindrical-coordinate representation of color #0DFBB3: hue angle of 161.85º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFBB3 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB13251179-
CMYK0.9500.290.02
HSL161.85º96.75%51.76%-
HSV(B)161.85º94.82%98.43%-
XYZ42.872.3354.35-
YUV171.63132.1514.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.93%
GREEN value IS 251 (98.44% from 255) = 56.66%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=2.93%
G=56.66%
B=40.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal132511790.9500.290.02161.8596.7551.76
HexDFBB35F01D2a26134
Octal15373263137035224214164
Binary11011111101110110011101111101110110101000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,251,179); }

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

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

 a { background-color: rgb(13,251,179); }

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

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

 span { border-color: rgb(13,251,179); }

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