#0DE080

Color #0DE080 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0DE080

Tints of Spring Green #0DE080

Color information

#0DE080 (or 0x0DE080) is unknown color: approx Spring Green. HEX triplet: 0D, E0 and 80. RGB value is (13,224,128). Sum of RGB (Red+Green+Blue) = 13+224+128=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE080 is #F21F7F. Grayscale: #969696. Windows color (decimal): -15867776 or 8445965. OLE color: 8445965.

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

Color convert

RGB13224128-
CMYK0.9400.430.12
HSL152.7º89.03%46.47%-
HSV(B)152.7º94.2%87.84%-
XYZ30.7254.9629.41-
YUV149.97115.630.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.56%
GREEN value IS 224 (87.89% from 255) = 61.37%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=3.56%
G=61.37%
B=35.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132241280.9400.430.12152.789.0346.47
HexDE0805E02BC99592e
Octal153402001360531423113156
Binary11011110000010000000101111001010111100100110011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DE080;
 }
 .AnyTagClassName
 {
   color: #0DE080;
 }
</style>
background-color css

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

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

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

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

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

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