Html Css Color HEX #0AE48D Medium Spring Green

📋 copy color: '#0AE48D'

red 10 ◦ green 228 ◦ blue 141

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

Shades of Medium Spring Green #0AE48D

Tints of Medium Spring Green #0AE48D

RGB

 RED value IS 10 (4.3% from 255) = 2.64%

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 2.64%
G = 60.16%
B = 37.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#0AE48D (or 0x0AE48D) is known color: Medium Spring Green. HEX triplet: 0A, E4 and 8D. RGB value is (10,228,141). Sum of RGB (Red+Green+Blue) = 10+228+141=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE48D is #F51B72. Grayscale: #999999. Windows color (decimal): -16063347 or 9298954. OLE color: 9298954.

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

Color convert

RGB 10 228 141 -
CMYK 0.96 0 0.38 0.11
HSL 156.06º 0.92% 0.47% -
HSV(B) 156.06º 0.96% 0.89% -
XYZ 32.68 57.47 34.57 -
YUV 152.9 121.28 26.07 -
System Red Green Blue C M Y K H S L
Decimal 10 228 141 0.96 0 0.38 0.11 156.06 0.92 0.47
Hex A E4 8D 60 0 26 B 9C 5C 2F
Octal 12 344 215 140 0 46 13 234 134 57
Binary 1010 11100100 10001101 1100000 0 100110 1011 10011100 1011100 101111

Color Harmonies of #0AE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE48D

Black with #0AE48D

Text Example


Text Example

White with #0AE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,141); }

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

background-color css

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

 a { background-color: rgb(10,228,141); }

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

border-color css

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

 span { border-color: rgb(10,228,141); }

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