Html Css Color HEX #0DF08B Medium Spring Green

📋 copy color: '#0DF08B'

red 13 ◦ green 240 ◦ blue 139

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

Shades of Medium Spring Green #0DF08B

Tints of Medium Spring Green #0DF08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 3.32%
G = 61.22%
B = 35.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#0DF08B (or 0x0DF08B) is known color: Medium Spring Green. HEX triplet: 0D, F0 and 8B. RGB value is (13,240,139). Sum of RGB (Red+Green+Blue) = 13+240+139=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF08B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF08B is #F20F74. Grayscale: #A0A0A0. Windows color (decimal): -15863669 or 9170957. OLE color: 9170957.

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

Color convert

RGB 13 240 139 -
CMYK 0.95 0 0.42 0.06
HSL 153.3º 0.9% 0.5% -
HSV(B) 153.3º 0.95% 0.94% -
XYZ 35.99 64.27 34.93 -
YUV 160.61 115.79 22.71 -
System Red Green Blue C M Y K H S L
Decimal 13 240 139 0.95 0 0.42 0.06 153.3 0.9 0.5
Hex D F0 8B 5F 0 2A 6 99 5A 32
Octal 15 360 213 137 0 52 6 231 132 62
Binary 1101 11110000 10001011 1011111 0 101010 110 10011001 1011010 110010

Color Harmonies of #0DF08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF08B

Black with #0DF08B

Text Example


Text Example

White with #0DF08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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