Html Css Color HEX #0DFAB2 Medium Spring Green

📋 copy color: '#0DFAB2'

red 13 ◦ green 250 ◦ blue 178

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

Shades of Medium Spring Green #0DFAB2

Tints of Medium Spring Green #0DFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.36%

R = 2.95%
G = 56.69%
B = 40.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#0DFAB2 (or 0x0DFAB2) is known color: Medium Spring Green. HEX triplet: 0D, FA and B2. RGB value is (13,250,178). Sum of RGB (Red+Green+Blue) = 13+250+178=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFAB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFAB2 is #F2054D. Grayscale: #AAAAAA. Windows color (decimal): -15861070 or 11729421. OLE color: 11729421.

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

Color convert

RGB 13 250 178 -
CMYK 0.95 0 0.29 0.02
HSL 161.77º 0.96% 0.52% -
HSV(B) 161.77º 0.95% 0.98% -
XYZ 42.39 71.67 53.72 -
YUV 170.93 131.98 15.35 -
System Red Green Blue C M Y K H S L
Decimal 13 250 178 0.95 0 0.29 0.02 161.77 0.96 0.52
Hex D FA B2 5F 0 1D 2 A2 60 34
Octal 15 372 262 137 0 35 2 242 140 64
Binary 1101 11111010 10110010 1011111 0 11101 10 10100010 1100000 110100

Color Harmonies of #0DFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFAB2

Black with #0DFAB2

Text Example


Text Example

White with #0DFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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