#A8F4BF

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

Shades of Fringy Flower #A8F4BF

Tints of Fringy Flower #A8F4BF

Color information

#A8F4BF (or 0xA8F4BF) is unknown color: approx Fringy Flower. HEX triplet: A8, F4 and BF. RGB value is (168,244,191). Sum of RGB (Red+Green+Blue) = 168+244+191=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4BF is #570B40. Grayscale: #D7D7D7. Windows color (decimal): -5704513 or 12580008. OLE color: 12580008.

HSL color Cylindrical-coordinate representation of color #A8F4BF: hue angle of 138.16º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4BF is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB168244191-
CMYK0.3100.220.04
HSL138.16º77.55%80.78%-
HSV(B)138.16º31.15%95.69%-
XYZ57.976.7961.06-
YUV215.23114.3294.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.86%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 191 (75% from 255) = 31.67%
R=27.86%
G=40.46%
B=31.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682441910.3100.220.04138.1677.5580.78
HexA8F4BF1F01648a4e51
Octal250364277370264212116121
Binary101010001111010010111111111110101101001000101010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F4BF; }

 p { color: rgb(168,244,191); }

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

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

 a { background-color: rgb(168,244,191); }

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

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

 span { border-color: rgb(168,244,191); }

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