#AFE9BD

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

Shades of Fringy Flower #AFE9BD

Tints of Fringy Flower #AFE9BD

Color information

#AFE9BD (or 0xAFE9BD) is unknown color: approx Fringy Flower. HEX triplet: AF, E9 and BD. RGB value is (175,233,189). Sum of RGB (Red+Green+Blue) = 175+233+189=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9BD is #501642. Grayscale: #D2D2D2. Windows color (decimal): -5248579 or 12446127. OLE color: 12446127.

HSL color Cylindrical-coordinate representation of color #AFE9BD: hue angle of 134.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9BD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB175233189-
CMYK0.2500.190.09
HSL134.48º56.86%80%-
HSV(B)134.48º24.89%91.37%-
XYZ5671.0758.91-
YUV210.64115.78102.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 233 (91.41% from 255) = 39.03%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=29.31%
G=39.03%
B=31.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331890.2500.190.09134.4856.8680
HexAFE9BD190139863950
Octal257351275310231120671120
Binary101011111110100110111101110010100111001100001101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9BD; }

 p { color: rgb(175,233,189); }

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

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

 a { background-color: rgb(175,233,189); }

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

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

 span { border-color: rgb(175,233,189); }

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