#0AF18D

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

Shades of Medium Spring Green #0AF18D

Tints of Medium Spring Green #0AF18D

Color information

#0AF18D (or 0x0AF18D) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F1 and 8D. RGB value is (10,241,141). Sum of RGB (Red+Green+Blue) = 10+241+141=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF18D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF18D is #F50E72. Grayscale: #A0A0A0. Windows color (decimal): -16060019 or 9302282. OLE color: 9302282.

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

Color convert

RGB10241141-
CMYK0.9600.410.05
HSL154.03º92.03%49.22%-
HSV(B)154.03º95.85%94.51%-
XYZ36.3964.935.81-
YUV160.53116.9720.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.55%
GREEN value IS 241 (94.53% from 255) = 61.48%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=2.55%
G=61.48%
B=35.97%

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
Decimal102411410.9600.410.05154.0392.0349.22
HexAF18D6002959a5c31
Octal12361215140051523213461
Binary1010111100011000110111000000101001101100110101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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