#0AF16E

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

Shades of Spring Green #0AF16E

Tints of Spring Green #0AF16E

Color information

#0AF16E (or 0x0AF16E) is unknown color: approx Spring Green. HEX triplet: 0A, F1 and 6E. RGB value is (10,241,110). Sum of RGB (Red+Green+Blue) = 10+241+110=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF16E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF16E is #F50E91. Grayscale: #9D9D9D. Windows color (decimal): -16060050 or 7270666. OLE color: 7270666.

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

Color convert

RGB10241110-
CMYK0.9600.540.05
HSL145.97º92.03%49.22%-
HSV(B)145.97º95.85%94.51%-
XYZ34.3964.125.31-
YUV157101.4723.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.77%
GREEN value IS 241 (94.53% from 255) = 66.76%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=2.77%
G=66.76%
B=30.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102411100.9600.540.05145.9792.0349.22
HexAF16E600365925c31
Octal12361156140066522213461
Binary101011110001110111011000000110110101100100101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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