Html Css Color HEX #0DF981 Spring Green

📋 copy color: '#0DF981'

red 13 ◦ green 249 ◦ blue 129

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

Shades of Spring Green #0DF981

Tints of Spring Green #0DF981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 3.32%
G = 63.68%
B = 32.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#0DF981 (or 0x0DF981) is known color: Spring Green. HEX triplet: 0D, F9 and 81. RGB value is (13,249,129). Sum of RGB (Red+Green+Blue) = 13+249+129=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF981 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF981 is #F2067E. Grayscale: #A5A5A5. Windows color (decimal): -15861375 or 8517901. OLE color: 8517901.

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

Color convert

RGB 13 249 129 -
CMYK 0.95 0 0.48 0.02
HSL 149.49º 0.95% 0.51% -
HSV(B) 149.49º 0.95% 0.98% -
XYZ 38 69.42 32.17 -
YUV 164.76 107.81 19.76 -
System Red Green Blue C M Y K H S L
Decimal 13 249 129 0.95 0 0.48 0.02 149.49 0.95 0.51
Hex D F9 81 5F 0 30 2 95 5F 33
Octal 15 371 201 137 0 60 2 225 137 63
Binary 1101 11111001 10000001 1011111 0 110000 10 10010101 1011111 110011

Color Harmonies of #0DF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF981

Black with #0DF981

Text Example


Text Example

White with #0DF981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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