#0AF168

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

Shades of Spring Green #0AF168

Tints of Spring Green #0AF168

Color information

#0AF168 (or 0x0AF168) is unknown color: approx Spring Green. HEX triplet: 0A, F1 and 68. RGB value is (10,241,104). Sum of RGB (Red+Green+Blue) = 10+241+104=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF168 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF168 is #F50E97. Grayscale: #9C9C9C. Windows color (decimal): -16060056 or 6877450. OLE color: 6877450.

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

Color convert

RGB10241104-
CMYK0.9600.570.05
HSL144.42º92.03%49.22%-
HSV(B)144.42º95.85%94.51%-
XYZ34.0863.9723.65-
YUV156.3198.4723.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.82%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=2.82%
G=67.89%
B=29.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102411040.9600.570.05144.4292.0349.22
HexAF168600395905c31
Octal12361150140071522013461
Binary101011110001110100011000000111001101100100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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