Html Css Color HEX #0DEC7A Spring Green

📋 copy color: '#0DEC7A'

red 13 ◦ green 236 ◦ blue 122

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

Shades of Spring Green #0DEC7A

Tints of Spring Green #0DEC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 3.5%
G = 63.61%
B = 32.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#0DEC7A (or 0x0DEC7A) is known color: Spring Green. HEX triplet: 0D, EC and 7A. RGB value is (13,236,122). Sum of RGB (Red+Green+Blue) = 13+236+122=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEC7A is #F21385. Grayscale: #9C9C9C. Windows color (decimal): -15864710 or 8055821. OLE color: 8055821.

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

Color convert

RGB 13 236 122 -
CMYK 0.94 0 0.48 0.07
HSL 149.33º 0.9% 0.49% -
HSV(B) 149.33º 0.94% 0.93% -
XYZ 33.67 61.48 28.5 -
YUV 156.33 108.62 25.77 -
System Red Green Blue C M Y K H S L
Decimal 13 236 122 0.94 0 0.48 0.07 149.33 0.9 0.49
Hex D EC 7A 5E 0 30 7 95 5A 31
Octal 15 354 172 136 0 60 7 225 132 61
Binary 1101 11101100 1111010 1011110 0 110000 111 10010101 1011010 110001

Color Harmonies of #0DEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC7A

Black with #0DEC7A

Text Example


Text Example

White with #0DEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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