#A8F2BA

Color #A8F2BA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A8F2BA

Tints of Fringy Flower #A8F2BA

Color information

#A8F2BA (or 0xA8F2BA) is unknown color: approx Fringy Flower. HEX triplet: A8, F2 and BA. RGB value is (168,242,186). Sum of RGB (Red+Green+Blue) = 168+242+186=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2BA is #570D45. Grayscale: #D5D5D5. Windows color (decimal): -5705030 or 12251816. OLE color: 12251816.

HSL color Cylindrical-coordinate representation of color #A8F2BA: hue angle of 134.59º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2BA is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB168242186-
CMYK0.3100.230.05
HSL134.59º74%80.39%-
HSV(B)134.59º30.58%94.9%-
XYZ56.7675.3758.01-
YUV213.49112.4895.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.19%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=28.19%
G=40.60%
B=31.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682421860.3100.230.05134.597480.39
HexA8F2BA1F0175874a50
Octal250362272370275207112120
Binary101010001111001010111010111110101111011000011110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F2BA; }

 p { color: rgb(168,242,186); }

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

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

 a { background-color: rgb(168,242,186); }

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

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

 span { border-color: rgb(168,242,186); }

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