Html Css Color HEX #0DF99B Medium Spring Green

📋 copy color: '#0DF99B'

red 13 ◦ green 249 ◦ blue 155

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

Shades of Medium Spring Green #0DF99B

Tints of Medium Spring Green #0DF99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 3.12%
G = 59.71%
B = 37.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#0DF99B (or 0x0DF99B) is known color: Medium Spring Green. HEX triplet: 0D, F9 and 9B. RGB value is (13,249,155). Sum of RGB (Red+Green+Blue) = 13+249+155=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 249 (97.66% from 255 or 59.71% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF99B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF99B is #F20664. Grayscale: #A7A7A7. Windows color (decimal): -15861349 or 10221837. OLE color: 10221837.

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

Color convert

RGB 13 249 155 -
CMYK 0.95 0 0.38 0.02
HSL 156.1º 0.95% 0.51% -
HSV(B) 156.1º 0.95% 0.98% -
XYZ 39.96 70.2 42.45 -
YUV 167.72 120.81 17.64 -
System Red Green Blue C M Y K H S L
Decimal 13 249 155 0.95 0 0.38 0.02 156.1 0.95 0.51
Hex D F9 9B 5F 0 26 2 9C 5F 33
Octal 15 371 233 137 0 46 2 234 137 63
Binary 1101 11111001 10011011 1011111 0 100110 10 10011100 1011111 110011

Color Harmonies of #0DF99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF99B

Black with #0DF99B

Text Example


Text Example

White with #0DF99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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