Html Css Color HEX #0DE180 Spring Green

📋 copy color: '#0DE180'

red 13 ◦ green 225 ◦ blue 128

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

Shades of Spring Green #0DE180

Tints of Spring Green #0DE180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.48%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 3.55%
G = 61.48%
B = 34.97%

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

#0DE180 (or 0x0DE180) is known color: Spring Green. HEX triplet: 0D, E1 and 80. RGB value is (13,225,128). Sum of RGB (Red+Green+Blue) = 13+225+128=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 225 (88.28% from 255 or 61.48% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE180 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE180 is #F21E7F. Grayscale: #969696. Windows color (decimal): -15867520 or 8446221. OLE color: 8446221.

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

Color convert

RGB 13 225 128 -
CMYK 0.94 0 0.43 0.12
HSL 152.55º 0.89% 0.47% -
HSV(B) 152.55º 0.94% 0.88% -
XYZ 30.99 55.49 29.5 -
YUV 150.55 115.26 29.89 -
System Red Green Blue C M Y K H S L
Decimal 13 225 128 0.94 0 0.43 0.12 152.55 0.89 0.47
Hex D E1 80 5E 0 2B C 99 59 2F
Octal 15 341 200 136 0 53 14 231 131 57
Binary 1101 11100001 10000000 1011110 0 101011 1100 10011001 1011001 101111

Color Harmonies of #0DE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE180

Black with #0DE180

Text Example


Text Example

White with #0DE180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,225,128); }

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

background-color css

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

 a { background-color: rgb(13,225,128); }

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

border-color css

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

 span { border-color: rgb(13,225,128); }

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