#0AF39E

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

Shades of Medium Spring Green #0AF39E

Tints of Medium Spring Green #0AF39E

Color information

#0AF39E (or 0x0AF39E) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F3 and 9E. RGB value is (10,243,158). Sum of RGB (Red+Green+Blue) = 10+243+158=411 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF39E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF39E is #F50C61. Grayscale: #A3A3A3. Windows color (decimal): -16059490 or 10416906. OLE color: 10416906.

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

Color convert

RGB10243158-
CMYK0.9600.350.05
HSL158.11º92.09%49.61%-
HSV(B)158.11º95.88%95.29%-
XYZ38.3566.6343.19-
YUV163.64124.8118.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.43%
GREEN value IS 243 (95.31% from 255) = 59.12%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=2.43%
G=59.12%
B=38.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102431580.9600.350.05158.1192.0949.61
HexAF39E6002359e5c32
Octal12363236140043523613462
Binary1010111100111001111011000000100011101100111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,243,158); }

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

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

 a { background-color: rgb(10,243,158); }

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

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

 span { border-color: rgb(10,243,158); }

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