Html Css Color HEX #0DFBAA Medium Spring Green

📋 copy color: '#0DFBAA'

red 13 ◦ green 251 ◦ blue 170

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

Shades of Medium Spring Green #0DFBAA

Tints of Medium Spring Green #0DFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.83%

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

R = 3%
G = 57.83%
B = 39.17%

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

#0DFBAA (or 0x0DFBAA) is known color: Medium Spring Green. HEX triplet: 0D, FB and AA. RGB value is (13,251,170). Sum of RGB (Red+Green+Blue) = 13+251+170=434 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 434); Green value is 251 (98.44% from 255 or 57.83% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFBAA is #F20455. Grayscale: #AAAAAA. Windows color (decimal): -15860822 or 11205389. OLE color: 11205389.

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

Color convert

RGB 13 251 170 -
CMYK 0.95 0 0.32 0.02
HSL 159.58º 0.97% 0.52% -
HSV(B) 159.58º 0.95% 0.98% -
XYZ 41.92 71.98 49.71 -
YUV 170.6 127.65 15.59 -
System Red Green Blue C M Y K H S L
Decimal 13 251 170 0.95 0 0.32 0.02 159.58 0.97 0.52
Hex D FB AA 5F 0 20 2 A0 61 34
Octal 15 373 252 137 0 40 2 240 141 64
Binary 1101 11111011 10101010 1011111 0 100000 10 10100000 1100001 110100

Color Harmonies of #0DFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFBAA

Black with #0DFBAA

Text Example


Text Example

White with #0DFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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