Html Css Color HEX #0DF69D Medium Spring Green

📋 copy color: '#0DF69D'

red 13 ◦ green 246 ◦ blue 157

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

Shades of Medium Spring Green #0DF69D

Tints of Medium Spring Green #0DF69D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 59.13%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 3.13%
G = 59.13%
B = 37.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#0DF69D (or 0x0DF69D) is known color: Medium Spring Green. HEX triplet: 0D, F6 and 9D. RGB value is (13,246,157). Sum of RGB (Red+Green+Blue) = 13+246+157=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF69D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF69D is #F20962. Grayscale: #A6A6A6. Windows color (decimal): -15862115 or 10352141. OLE color: 10352141.

HSL color Cylindrical-coordinate representation of color #0DF69D: hue angle of 157.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF69D is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 13 246 157 -
CMYK 0.95 0 0.36 0.04
HSL 157.08º 0.93% 0.51% -
HSV(B) 157.08º 0.95% 0.96% -
XYZ 39.21 68.43 43.04 -
YUV 166.19 122.81 18.74 -
System Red Green Blue C M Y K H S L
Decimal 13 246 157 0.95 0 0.36 0.04 157.08 0.93 0.51
Hex D F6 9D 5F 0 24 4 9D 5D 33
Octal 15 366 235 137 0 44 4 235 135 63
Binary 1101 11110110 10011101 1011111 0 100100 100 10011101 1011101 110011

Color Harmonies of #0DF69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF69D

Black with #0DF69D

Text Example


Text Example

White with #0DF69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,246,157); }

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

background-color css

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

 a { background-color: rgb(13,246,157); }

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

border-color css

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

 span { border-color: rgb(13,246,157); }

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