#0AF39D

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

Shades of Medium Spring Green #0AF39D

Tints of Medium Spring Green #0AF39D

Color information

#0AF39D (or 0x0AF39D) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F3 and 9D. RGB value is (10,243,157). Sum of RGB (Red+Green+Blue) = 10+243+157=410 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF39D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF39D is #F50C62. Grayscale: #A3A3A3. Windows color (decimal): -16059491 or 10351370. OLE color: 10351370.

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

Color convert

RGB10243157-
CMYK0.9600.350.05
HSL157.85º92.09%49.61%-
HSV(B)157.85º95.88%95.29%-
XYZ38.2666.642.74-
YUV163.53124.3118.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.44%
GREEN value IS 243 (95.31% from 255) = 59.27%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=2.44%
G=59.27%
B=38.29%

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
Decimal102431570.9600.350.05157.8592.0949.61
HexAF39D6002359e5c32
Octal12363235140043523613462
Binary1010111100111001110111000000100011101100111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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