Html Css Color HEX #0DF18F Medium Spring Green

📋 copy color: '#0DF18F'

red 13 ◦ green 241 ◦ blue 143

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

Shades of Medium Spring Green #0DF18F

Tints of Medium Spring Green #0DF18F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.71%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 3.27%
G = 60.71%
B = 36.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#0DF18F (or 0x0DF18F) is known color: Medium Spring Green. HEX triplet: 0D, F1 and 8F. RGB value is (13,241,143). Sum of RGB (Red+Green+Blue) = 13+241+143=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF18F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF18F is #F20E70. Grayscale: #A1A1A1. Windows color (decimal): -15863409 or 9433357. OLE color: 9433357.

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

Color convert

RGB 13 241 143 -
CMYK 0.95 0 0.41 0.05
HSL 154.21º 0.9% 0.5% -
HSV(B) 154.21º 0.95% 0.95% -
XYZ 36.58 64.98 36.6 -
YUV 161.66 117.46 21.97 -
System Red Green Blue C M Y K H S L
Decimal 13 241 143 0.95 0 0.41 0.05 154.21 0.9 0.5
Hex D F1 8F 5F 0 29 5 9A 5A 32
Octal 15 361 217 137 0 51 5 232 132 62
Binary 1101 11110001 10001111 1011111 0 101001 101 10011010 1011010 110010

Color Harmonies of #0DF18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF18F

Black with #0DF18F

Text Example


Text Example

White with #0DF18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,241,143); }

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

background-color css

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

 a { background-color: rgb(13,241,143); }

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

border-color css

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

 span { border-color: rgb(13,241,143); }

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