#0AEA92

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

Shades of Medium Spring Green #0AEA92

Tints of Medium Spring Green #0AEA92

Color information

#0AEA92 (or 0x0AEA92) is unknown color: approx Medium Spring Green. HEX triplet: 0A, EA and 92. RGB value is (10,234,146). Sum of RGB (Red+Green+Blue) = 10+234+146=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 234 (91.80% from 255 or 60% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEA92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AEA92 is #F5156D. Grayscale: #9D9D9D. Windows color (decimal): -16061806 or 9628170. OLE color: 9628170.

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

Color convert

RGB10234146-
CMYK0.9600.380.08
HSL156.43º91.8%47.84%-
HSV(B)156.43º95.73%91.76%-
XYZ34.7460.9937.13-
YUV156.99121.7923.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 234 (91.80% from 255) = 60%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=2.56%
G=60%
B=37.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102341460.9600.380.08156.4391.847.84
HexAEA926002689c5c30
Octal123522221400461023413460
Binary10101110101010010010110000001001101000100111001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,234,146); }

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

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

 a { background-color: rgb(10,234,146); }

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

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

 span { border-color: rgb(10,234,146); }

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