#0df28b

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

Shades of Medium Spring Green #0DF28B

Tints of Medium Spring Green #0DF28B

Color information

#0DF28B (or 0x0DF28B) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F2 and 8B. RGB value is (13,242,139). Sum of RGB (Red+Green+Blue) = 13+242+139=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF28B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF28B is #F20D74. Grayscale: #A1A1A1. Windows color (decimal): -15863157 or 9171469. OLE color: 9171469.

HSL color Cylindrical-coordinate representation of color #0DF28B: hue angle of 153.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF28B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB13242139-
CMYK0.9500.430.05
HSL153.01º89.8%50%-
HSV(B)153.01º94.63%94.9%-
XYZ36.5865.4535.13-
YUV161.79115.1321.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.30%
GREEN value IS 242 (94.92% from 255) = 61.42%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=3.30%
G=61.42%
B=35.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal132421390.9500.430.05153.0189.850
HexDF28B5F02B5995a32
Octal15362213137053523113262
Binary1101111100101000101110111110101011101100110011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0df28b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,242,139); }

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

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

 a { background-color: rgb(13,242,139); }

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

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

 span { border-color: rgb(13,242,139); }

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