#A8F4C0

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

Shades of Fringy Flower #A8F4C0

Tints of Fringy Flower #A8F4C0

Color information

#A8F4C0 (or 0xA8F4C0) is unknown color: approx Fringy Flower. HEX triplet: A8, F4 and C0. RGB value is (168,244,192). Sum of RGB (Red+Green+Blue) = 168+244+192=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4C0 is #570B3F. Grayscale: #D7D7D7. Windows color (decimal): -5704512 or 12645544. OLE color: 12645544.

HSL color Cylindrical-coordinate representation of color #A8F4C0: hue angle of 138.95º 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 #A8F4C0 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB168244192-
CMYK0.3100.210.04
HSL138.95º77.55%80.78%-
HSV(B)138.95º31.15%95.69%-
XYZ58.0176.8361.64-
YUV215.35114.8294.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=27.81%
G=40.40%
B=31.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682441920.3100.210.04138.9577.5580.78
HexA8F4C01F01548b4e51
Octal250364300370254213116121
Binary101010001111010011000000111110101011001000101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F4C0; }

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

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

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

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

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

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

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

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