Html Css Color HEX #0DE07F Spring Green

📋 copy color: '#0DE07F'

red 13 ◦ green 224 ◦ blue 127

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

Shades of Spring Green #0DE07F

Tints of Spring Green #0DE07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.54%

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

R = 3.57%
G = 61.54%
B = 34.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#0DE07F (or 0x0DE07F) is known color: Spring Green. HEX triplet: 0D, E0 and 7F. RGB value is (13,224,127). Sum of RGB (Red+Green+Blue) = 13+224+127=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE07F is #F21F80. Grayscale: #969696. Windows color (decimal): -15867777 or 8380429. OLE color: 8380429.

HSL color Cylindrical-coordinate representation of color #0DE07F: hue angle of 152.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE07F is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 13 224 127 -
CMYK 0.94 0 0.43 0.12
HSL 152.42º 0.89% 0.46% -
HSV(B) 152.42º 0.94% 0.88% -
XYZ 30.65 54.93 29.07 -
YUV 149.85 115.1 30.39 -
System Red Green Blue C M Y K H S L
Decimal 13 224 127 0.94 0 0.43 0.12 152.42 0.89 0.46
Hex D E0 7F 5E 0 2B C 98 59 2E
Octal 15 340 177 136 0 53 14 230 131 56
Binary 1101 11100000 1111111 1011110 0 101011 1100 10011000 1011001 101110

Color Harmonies of #0DE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE07F

Black with #0DE07F

Text Example


Text Example

White with #0DE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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