Html Css Color HEX #0DEC7F Spring Green

📋 copy color: '#0DEC7F'

red 13 ◦ green 236 ◦ blue 127

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

Shades of Spring Green #0DEC7F

Tints of Spring Green #0DEC7F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.77%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 3.46%
G = 62.77%
B = 33.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#0DEC7F (or 0x0DEC7F) is known color: Spring Green. HEX triplet: 0D, EC and 7F. RGB value is (13,236,127). Sum of RGB (Red+Green+Blue) = 13+236+127=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC7F is #F21380. Grayscale: #9D9D9D. Windows color (decimal): -15864705 or 8383501. OLE color: 8383501.

HSL color Cylindrical-coordinate representation of color #0DEC7F: hue angle of 150.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC7F is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 127 -
CMYK 0.94 0 0.46 0.07
HSL 150.67º 0.9% 0.49% -
HSV(B) 150.67º 0.94% 0.93% -
XYZ 33.99 61.61 30.18 -
YUV 156.9 111.12 25.36 -
System Red Green Blue C M Y K H S L
Decimal 13 236 127 0.94 0 0.46 0.07 150.67 0.9 0.49
Hex D EC 7F 5E 0 2E 7 97 5A 31
Octal 15 354 177 136 0 56 7 227 132 61
Binary 1101 11101100 1111111 1011110 0 101110 111 10010111 1011010 110001

Color Harmonies of #0DEC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC7F

Black with #0DEC7F

Text Example


Text Example

White with #0DEC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,236,127); }

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

background-color css

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

 a { background-color: rgb(13,236,127); }

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

border-color css

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

 span { border-color: rgb(13,236,127); }

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