Html Css Color HEX #0DFBAB Medium Spring Green

📋 copy color: '#0DFBAB'

red 13 ◦ green 251 ◦ blue 171

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

Shades of Medium Spring Green #0DFBAB

Tints of Medium Spring Green #0DFBAB

RGB

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

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

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

R = 2.99%
G = 57.7%
B = 39.31%

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

#0DFBAB (or 0x0DFBAB) is known color: Medium Spring Green. HEX triplet: 0D, FB and AB. RGB value is (13,251,171). Sum of RGB (Red+Green+Blue) = 13+251+171=435 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.99% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFBAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFBAB is #F20454. Grayscale: #AAAAAA. Windows color (decimal): -15860821 or 11270925. OLE color: 11270925.

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

Color convert

RGB 13 251 171 -
CMYK 0.95 0 0.32 0.02
HSL 159.83º 0.97% 0.52% -
HSV(B) 159.83º 0.95% 0.98% -
XYZ 42.01 72.02 50.22 -
YUV 170.72 128.15 15.5 -
System Red Green Blue C M Y K H S L
Decimal 13 251 171 0.95 0 0.32 0.02 159.83 0.97 0.52
Hex D FB AB 5F 0 20 2 A0 61 34
Octal 15 373 253 137 0 40 2 240 141 64
Binary 1101 11111011 10101011 1011111 0 100000 10 10100000 1100001 110100

Color Harmonies of #0DFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFBAB

Black with #0DFBAB

Text Example


Text Example

White with #0DFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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