Html Css Color HEX #0DFFAF Medium Spring Green

📋 copy color: '#0DFFAF'

red 13 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #0DFFAF

Tints of Medium Spring Green #0DFFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 2.93%
G = 57.56%
B = 39.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#0DFFAF (or 0x0DFFAF) is known color: Medium Spring Green. HEX triplet: 0D, FF and AF. RGB value is (13,255,175). Sum of RGB (Red+Green+Blue) = 13+255+175=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFFAF is #F20050. Grayscale: #ADADAD. Windows color (decimal): -15859793 or 11534093. OLE color: 11534093.

HSL color Cylindrical-coordinate representation of color #0DFFAF: hue angle of 160.17º 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 #0DFFAF is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 175 -
CMYK 0.95 0 0.31 0
HSL 160.17º 1% 0.53% -
HSV(B) 160.17º 0.95% 1% -
XYZ 43.66 74.7 52.67 -
YUV 173.52 128.83 13.5 -
System Red Green Blue C M Y K H S L
Decimal 13 255 175 0.95 0 0.31 0 160.17 1 0.53
Hex D FF AF 5F 0 1F 0 A0 64 35
Octal 15 377 257 137 0 37 0 240 144 65
Binary 1101 11111111 10101111 1011111 0 11111 0 10100000 1100100 110101

Color Harmonies of #0DFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFFAF

Black with #0DFFAF

Text Example


Text Example

White with #0DFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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