Html Css Color HEX #0DF692 Medium Spring Green

📋 copy color: '#0DF692'

red 13 ◦ green 246 ◦ blue 146

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

Shades of Medium Spring Green #0DF692

Tints of Medium Spring Green #0DF692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 3.21%
G = 60.74%
B = 36.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#0DF692 (or 0x0DF692) is known color: Medium Spring Green. HEX triplet: 0D, F6 and 92. RGB value is (13,246,146). Sum of RGB (Red+Green+Blue) = 13+246+146=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 246 (96.48% from 255 or 60.74% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF692 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF692 is #F2096D. Grayscale: #A5A5A5. Windows color (decimal): -15862126 or 9631245. OLE color: 9631245.

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

Color convert

RGB 13 246 146 -
CMYK 0.95 0 0.41 0.04
HSL 154.25º 0.93% 0.51% -
HSV(B) 154.25º 0.95% 0.96% -
XYZ 38.31 68.07 38.31 -
YUV 164.93 117.31 19.63 -
System Red Green Blue C M Y K H S L
Decimal 13 246 146 0.95 0 0.41 0.04 154.25 0.93 0.51
Hex D F6 92 5F 0 29 4 9A 5D 33
Octal 15 366 222 137 0 51 4 232 135 63
Binary 1101 11110110 10010010 1011111 0 101001 100 10011010 1011101 110011

Color Harmonies of #0DF692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF692

Black with #0DF692

Text Example


Text Example

White with #0DF692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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