#AFEDB9

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

Shades of Fringy Flower #AFEDB9

Tints of Fringy Flower #AFEDB9

Color information

#AFEDB9 (or 0xAFEDB9) is unknown color: approx Fringy Flower. HEX triplet: AF, ED and B9. RGB value is (175,237,185). Sum of RGB (Red+Green+Blue) = 175+237+185=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDB9 is #501246. Grayscale: #D4D4D4. Windows color (decimal): -5247559 or 12185007. OLE color: 12185007.

HSL color Cylindrical-coordinate representation of color #AFEDB9: hue angle of 129.68º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDB9 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB175237185-
CMYK0.2600.220.07
HSL129.68º63.27%80.78%-
HSV(B)129.68º26.16%92.94%-
XYZ56.7273.1957.04-
YUV212.53112.46101.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=29.31%
G=39.70%
B=30.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371850.2600.220.07129.6863.2780.78
HexAFEDB91A0167823f51
Octal25735527132026720277121
Binary10101111111011011011100111010010110111100000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDB9; }

 p { color: rgb(175,237,185); }

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

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

 a { background-color: rgb(175,237,185); }

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

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

 span { border-color: rgb(175,237,185); }

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