Html Css Color HEX #0DFFC0 Medium Spring Green

📋 copy color: '#0DFFC0'

red 13 ◦ green 255 ◦ blue 192

#0DFFC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0DFFC0

Tints of Medium Spring Green #0DFFC0

RGB

 RED value IS 13 (5.47% from 255) = 2.83%

 GREEN value IS 255 (100% from 255) = 55.43%

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 2.83%
G = 55.43%
B = 41.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#0DFFC0 (or 0x0DFFC0) is known color: Medium Spring Green. HEX triplet: 0D, FF and C0. RGB value is (13,255,192). Sum of RGB (Red+Green+Blue) = 13+255+192=460 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFC0 is #F2003F. Grayscale: #AFAFAF. Windows color (decimal): -15859776 or 12648205. OLE color: 12648205.

HSL color Cylindrical-coordinate representation of color #0DFFC0: hue angle of 164.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFC0 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 192 -
CMYK 0.95 0 0.25 0
HSL 164.38º 1% 0.53% -
HSV(B) 164.38º 0.95% 1% -
XYZ 45.44 75.41 62.03 -
YUV 175.46 137.33 12.12 -
System Red Green Blue C M Y K H S L
Decimal 13 255 192 0.95 0 0.25 0 164.38 1 0.53
Hex D FF C0 5F 0 19 0 A4 64 35
Octal 15 377 300 137 0 31 0 244 144 65
Binary 1101 11111111 11000000 1011111 0 11001 0 10100100 1100100 110101

Color Harmonies of #0DFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFC0

Black with #0DFFC0

Text Example


Text Example

White with #0DFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,255,192); }

 H1.HeaderClassName
 {
   color: #0DFFC0;
 }
 .AnyTagClassName
 {
   color: #0DFFC0;
 }
</style>

background-color css

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

 a { background-color: rgb(13,255,192); }

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

border-color css

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

 span { border-color: rgb(13,255,192); }

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