Html Css Color HEX #0DF979 Spring Green

📋 copy color: '#0DF979'

red 13 ◦ green 249 ◦ blue 121

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

Shades of Spring Green #0DF979

Tints of Spring Green #0DF979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.59%

R = 3.39%
G = 65.01%
B = 31.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#0DF979 (or 0x0DF979) is known color: Spring Green. HEX triplet: 0D, F9 and 79. RGB value is (13,249,121). Sum of RGB (Red+Green+Blue) = 13+249+121=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF979 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF979 is #F20686. Grayscale: #A4A4A4. Windows color (decimal): -15861383 or 7993613. OLE color: 7993613.

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

Color convert

RGB 13 249 121 -
CMYK 0.95 0 0.51 0.02
HSL 147.46º 0.95% 0.51% -
HSV(B) 147.46º 0.95% 0.98% -
XYZ 37.49 69.22 29.47 -
YUV 163.84 103.81 20.41 -
System Red Green Blue C M Y K H S L
Decimal 13 249 121 0.95 0 0.51 0.02 147.46 0.95 0.51
Hex D F9 79 5F 0 33 2 93 5F 33
Octal 15 371 171 137 0 63 2 223 137 63
Binary 1101 11111001 1111001 1011111 0 110011 10 10010011 1011111 110011

Color Harmonies of #0DF979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF979

Black with #0DF979

Text Example


Text Example

White with #0DF979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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