Html Css Color HEX #0DFAAB Medium Spring Green

📋 copy color: '#0DFAAB'

red 13 ◦ green 250 ◦ blue 171

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

Shades of Medium Spring Green #0DFAAB

Tints of Medium Spring Green #0DFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.6%

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 3%
G = 57.6%
B = 39.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#0DFAAB (or 0x0DFAAB) is known color: Medium Spring Green. HEX triplet: 0D, FA and AB. RGB value is (13,250,171). Sum of RGB (Red+Green+Blue) = 13+250+171=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFAAB is #F20554. Grayscale: #AAAAAA. Windows color (decimal): -15861077 or 11270669. OLE color: 11270669.

HSL color Cylindrical-coordinate representation of color #0DFAAB: hue angle of 160º degrees, saturation: 0.96, 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 #0DFAAB is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 250 171 -
CMYK 0.95 0 0.32 0.02
HSL 160º 0.96% 0.52% -
HSV(B) 160º 0.95% 0.98% -
XYZ 41.7 71.4 50.11 -
YUV 170.13 128.48 15.92 -
System Red Green Blue C M Y K H S L
Decimal 13 250 171 0.95 0 0.32 0.02 160 0.96 0.52
Hex D FA AB 5F 0 20 2 A0 60 34
Octal 15 372 253 137 0 40 2 240 140 64
Binary 1101 11111010 10101011 1011111 0 100000 10 10100000 1100000 110100

Color Harmonies of #0DFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFAAB

Black with #0DFAAB

Text Example


Text Example

White with #0DFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,250,171); }

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

background-color css

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

 a { background-color: rgb(13,250,171); }

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

border-color css

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

 span { border-color: rgb(13,250,171); }

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