#0AF39C

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

Shades of Medium Spring Green #0AF39C

Tints of Medium Spring Green #0AF39C

Color information

#0AF39C (or 0x0AF39C) is unknown color: approx Medium Spring Green. HEX triplet: 0A, F3 and 9C. RGB value is (10,243,156). Sum of RGB (Red+Green+Blue) = 10+243+156=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF39C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF39C is #F50C63. Grayscale: #A3A3A3. Windows color (decimal): -16059492 or 10285834. OLE color: 10285834.

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

Color convert

RGB10243156-
CMYK0.9600.360.05
HSL157.6º92.09%49.61%-
HSV(B)157.6º95.88%95.29%-
XYZ38.1866.5742.29-
YUV163.42123.8118.57-

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.41%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=2.44%
G=59.41%
B=38.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102431560.9600.360.05157.692.0949.61
HexAF39C6002459e5c32
Octal12363234140044523613462
Binary1010111100111001110011000000100100101100111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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