Html Css Color HEX #0DF0AB Medium Spring Green

📋 copy color: '#0DF0AB'

red 13 ◦ green 240 ◦ blue 171

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

Shades of Medium Spring Green #0DF0AB

Tints of Medium Spring Green #0DF0AB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.6%

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

R = 3.07%
G = 56.6%
B = 40.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#0DF0AB (or 0x0DF0AB) is known color: Medium Spring Green. HEX triplet: 0D, F0 and AB. RGB value is (13,240,171). Sum of RGB (Red+Green+Blue) = 13+240+171=424 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF0AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF0AB is #F20F54. Grayscale: #A4A4A4. Windows color (decimal): -15863637 or 11268109. OLE color: 11268109.

HSL color Cylindrical-coordinate representation of color #0DF0AB: hue angle of 161.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0AB is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 240 171 -
CMYK 0.95 0 0.29 0.06
HSL 161.76º 0.9% 0.5% -
HSV(B) 161.76º 0.95% 0.94% -
XYZ 38.68 65.35 49.1 -
YUV 164.26 131.79 20.11 -
System Red Green Blue C M Y K H S L
Decimal 13 240 171 0.95 0 0.29 0.06 161.76 0.9 0.5
Hex D F0 AB 5F 0 1D 6 A2 5A 32
Octal 15 360 253 137 0 35 6 242 132 62
Binary 1101 11110000 10101011 1011111 0 11101 110 10100010 1011010 110010

Color Harmonies of #0DF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF0AB

Black with #0DF0AB

Text Example


Text Example

White with #0DF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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