#0AF48A

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

Shades of Spring Green #0AF48A

Tints of Spring Green #0AF48A

Color information

#0AF48A (or 0x0AF48A) is unknown color: approx Spring Green. HEX triplet: 0A, F4 and 8A. RGB value is (10,244,138). Sum of RGB (Red+Green+Blue) = 10+244+138=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 244 (95.70% from 255 or 62.24% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 244 - color contains mainly: green. Hex color #0AF48A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF48A is #F50B75. Grayscale: #A2A2A2. Windows color (decimal): -16059254 or 9106442. OLE color: 9106442.

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

Color convert

RGB10244138-
CMYK0.9600.430.04
HSL152.82º92.13%49.8%-
HSV(B)152.82º95.9%95.69%-
XYZ37.0666.634.95-
YUV161.95114.4819.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.55%
GREEN value IS 244 (95.70% from 255) = 62.24%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=2.55%
G=62.24%
B=35.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal102441380.9600.430.04152.8292.1349.8
HexAF48A6002B4995c32
Octal12364212140053423113462
Binary1010111101001000101011000000101011100100110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,244,138); }

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

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

 a { background-color: rgb(10,244,138); }

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

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

 span { border-color: rgb(10,244,138); }

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