#0DFCA2

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

Shades of Medium Spring Green #0DFCA2

Tints of Medium Spring Green #0DFCA2

Color information

#0DFCA2 (or 0x0DFCA2) is unknown color: approx Medium Spring Green. HEX triplet: 0D, FC and A2. RGB value is (13,252,162). Sum of RGB (Red+Green+Blue) = 13+252+162=427 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFCA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFCA2 is #F2035D. Grayscale: #AAAAAA. Windows color (decimal): -15860574 or 10681357. OLE color: 10681357.

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

Color convert

RGB13252162-
CMYK0.9500.360.01
HSL157.41º97.55%51.96%-
HSV(B)157.41º94.84%98.82%-
XYZ41.572.3245.95-
YUV170.28123.3215.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.04%
GREEN value IS 252 (98.83% from 255) = 59.02%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=3.04%
G=59.02%
B=37.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal132521620.9500.360.01157.4197.5551.96
HexDFCA25F02419d6234
Octal15374242137044123514264
Binary11011111110010100010101111101001001100111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,252,162); }

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

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

 a { background-color: rgb(13,252,162); }

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

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

 span { border-color: rgb(13,252,162); }

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