#A9F2C0

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

Shades of Fringy Flower #A9F2C0

Tints of Fringy Flower #A9F2C0

Color information

#A9F2C0 (or 0xA9F2C0) is unknown color: approx Fringy Flower. HEX triplet: A9, F2 and C0. RGB value is (169,242,192). Sum of RGB (Red+Green+Blue) = 169+242+192=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2C0 is #560D3F. Grayscale: #D6D6D6. Windows color (decimal): -5639488 or 12645033. OLE color: 12645033.

HSL color Cylindrical-coordinate representation of color #A9F2C0: hue angle of 138.9º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2C0 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB169242192-
CMYK0.3000.210.05
HSL138.9º73.74%80.59%-
HSV(B)138.9º30.17%94.9%-
XYZ57.6375.7561.45-
YUV214.47115.3295.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=28.03%
G=40.13%
B=31.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692421920.3000.210.05138.973.7480.59
HexA9F2C01E01558b4a51
Octal251362300360255213112121
Binary101010011111001011000000111100101011011000101110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F2C0; }

 p { color: rgb(169,242,192); }

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

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

 a { background-color: rgb(169,242,192); }

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

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

 span { border-color: rgb(169,242,192); }

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