#0AE498

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

Shades of Medium Spring Green #0AE498

Tints of Medium Spring Green #0AE498

Color information

#0AE498 (or 0x0AE498) is unknown color: approx Medium Spring Green. HEX triplet: 0A, E4 and 98. RGB value is (10,228,152). Sum of RGB (Red+Green+Blue) = 10+228+152=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 228 (89.45% from 255 or 58.46% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE498 is #F51B67. Grayscale: #9A9A9A. Windows color (decimal): -16063336 or 10019850. OLE color: 10019850.

HSL color Cylindrical-coordinate representation of color #0AE498: hue angle of 159.08º 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 #0AE498 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB10228152-
CMYK0.9600.330.11
HSL159.08º91.6%46.67%-
HSV(B)159.08º95.61%89.41%-
XYZ33.5457.8239.1-
YUV154.15126.7825.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 228 (89.45% from 255) = 58.46%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=2.56%
G=58.46%
B=38.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal102281520.9600.330.11159.0891.646.67
HexAE49860021B9f5c2f
Octal123442301400411323713457
Binary10101110010010011000110000001000011011100111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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