Html Css Color HEX #0DE486 Spring Green

📋 copy color: '#0DE486'

red 13 ◦ green 228 ◦ blue 134

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

Shades of Spring Green #0DE486

Tints of Spring Green #0DE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.8%

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 3.47%
G = 60.8%
B = 35.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#0DE486 (or 0x0DE486) is known color: Spring Green. HEX triplet: 0D, E4 and 86. RGB value is (13,228,134). Sum of RGB (Red+Green+Blue) = 13+228+134=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE486 is #F21B79. Grayscale: #999999. Windows color (decimal): -15866746 or 8840205. OLE color: 8840205.

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

Color convert

RGB 13 228 134 -
CMYK 0.94 0 0.41 0.11
HSL 153.77º 0.89% 0.47% -
HSV(B) 153.77º 0.94% 0.89% -
XYZ 32.21 57.29 31.92 -
YUV 153 117.27 28.14 -
System Red Green Blue C M Y K H S L
Decimal 13 228 134 0.94 0 0.41 0.11 153.77 0.89 0.47
Hex D E4 86 5E 0 29 B 9A 59 2F
Octal 15 344 206 136 0 51 13 232 131 57
Binary 1101 11100100 10000110 1011110 0 101001 1011 10011010 1011001 101111

Color Harmonies of #0DE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE486

Black with #0DE486

Text Example


Text Example

White with #0DE486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,228,134); }

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

background-color css

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

 a { background-color: rgb(13,228,134); }

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

border-color css

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

 span { border-color: rgb(13,228,134); }

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