Html Css Color HEX #0DF98F Medium Spring Green

📋 copy color: '#0DF98F'

red 13 ◦ green 249 ◦ blue 143

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

Shades of Medium Spring Green #0DF98F

Tints of Medium Spring Green #0DF98F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.48%

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

R = 3.21%
G = 61.48%
B = 35.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#0DF98F (or 0x0DF98F) is known color: Medium Spring Green. HEX triplet: 0D, F9 and 8F. RGB value is (13,249,143). Sum of RGB (Red+Green+Blue) = 13+249+143=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 249 (97.66% from 255 or 61.48% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF98F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF98F is #F20670. Grayscale: #A6A6A6. Windows color (decimal): -15861361 or 9435405. OLE color: 9435405.

HSL color Cylindrical-coordinate representation of color #0DF98F: hue angle of 153.05º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF98F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 249 143 -
CMYK 0.95 0 0.43 0.02
HSL 153.05º 0.95% 0.51% -
HSV(B) 153.05º 0.95% 0.98% -
XYZ 39 69.82 37.41 -
YUV 166.35 114.81 18.62 -
System Red Green Blue C M Y K H S L
Decimal 13 249 143 0.95 0 0.43 0.02 153.05 0.95 0.51
Hex D F9 8F 5F 0 2B 2 99 5F 33
Octal 15 371 217 137 0 53 2 231 137 63
Binary 1101 11111001 10001111 1011111 0 101011 10 10011001 1011111 110011

Color Harmonies of #0DF98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF98F

Black with #0DF98F

Text Example


Text Example

White with #0DF98F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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