#A9EDBF

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

Shades of Fringy Flower #A9EDBF

Tints of Fringy Flower #A9EDBF

Color information

#A9EDBF (or 0xA9EDBF) is unknown color: approx Fringy Flower. HEX triplet: A9, ED and BF. RGB value is (169,237,191). Sum of RGB (Red+Green+Blue) = 169+237+191=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDBF is #561240. Grayscale: #D3D3D3. Windows color (decimal): -5640769 or 12578217. OLE color: 12578217.

HSL color Cylindrical-coordinate representation of color #A9EDBF: hue angle of 139.41º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDBF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB169237191-
CMYK0.2900.190.07
HSL139.41º65.38%79.61%-
HSV(B)139.41º28.69%92.94%-
XYZ56.0572.7660.38-
YUV211.42116.4797.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 191 (75% from 255) = 31.99%
R=28.31%
G=39.70%
B=31.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692371910.2900.190.07139.4165.3879.61
HexA9EDBF1D01378b4150
Octal251355277350237213101120
Binary101010011110110110111111111010100111111000101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDBF; }

 p { color: rgb(169,237,191); }

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

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

 a { background-color: rgb(169,237,191); }

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

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

 span { border-color: rgb(169,237,191); }

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