Html Css Color HEX #0DF2AA Medium Spring Green

📋 copy color: '#0DF2AA'

red 13 ◦ green 242 ◦ blue 170

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

Shades of Medium Spring Green #0DF2AA

Tints of Medium Spring Green #0DF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.94%

 BLUE value IS 170 (66.8% from 255) = 40%

R = 3.06%
G = 56.94%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#0DF2AA (or 0x0DF2AA) is known color: Medium Spring Green. HEX triplet: 0D, F2 and AA. RGB value is (13,242,170). Sum of RGB (Red+Green+Blue) = 13+242+170=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF2AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF2AA is #F20D55. Grayscale: #A5A5A5. Windows color (decimal): -15863126 or 11203085. OLE color: 11203085.

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

Color convert

RGB 13 242 170 -
CMYK 0.95 0 0.30 0.05
HSL 161.14º 0.9% 0.5% -
HSV(B) 161.14º 0.95% 0.95% -
XYZ 39.17 66.49 48.8 -
YUV 165.32 130.63 19.35 -
System Red Green Blue C M Y K H S L
Decimal 13 242 170 0.95 0 0.30 0.05 161.14 0.9 0.5
Hex D F2 AA 5F 0 1E 5 A1 5A 32
Octal 15 362 252 137 0 36 5 241 132 62
Binary 1101 11110010 10101010 1011111 0 11110 101 10100001 1011010 110010

Color Harmonies of #0DF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF2AA

Black with #0DF2AA

Text Example


Text Example

White with #0DF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,242,170); }

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

background-color css

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

 a { background-color: rgb(13,242,170); }

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

border-color css

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

 span { border-color: rgb(13,242,170); }

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