#0AF18E

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

Shades of Medium Spring Green #0AF18E

Tints of Medium Spring Green #0AF18E

Color information

#0AF18E (or 0x0AF18E) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F1 and 8E. RGB value is (10,241,142). Sum of RGB (Red+Green+Blue) = 10+241+142=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF18E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF18E is #F50E71. Grayscale: #A0A0A0. Windows color (decimal): -16060018 or 9367818. OLE color: 9367818.

HSL color Cylindrical-coordinate representation of color #0AF18E: hue angle of 154.29º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF18E is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB10241142-
CMYK0.9600.410.05
HSL154.29º92.03%49.22%-
HSV(B)154.29º95.85%94.51%-
XYZ36.4664.9336.2-
YUV160.64117.4720.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.54%
GREEN value IS 241 (94.53% from 255) = 61.32%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=2.54%
G=61.32%
B=36.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102411420.9600.410.05154.2992.0349.22
HexAF18E6002959a5c31
Octal12361216140051523213461
Binary1010111100011000111011000000101001101100110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,241,142); }

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

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

 a { background-color: rgb(10,241,142); }

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

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

 span { border-color: rgb(10,241,142); }

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