#AFFAB9

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

Shades of Fringy Flower #AFFAB9

Tints of Fringy Flower #AFFAB9

Color information

#AFFAB9 (or 0xAFFAB9) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and B9. RGB value is (175,250,185). Sum of RGB (Red+Green+Blue) = 175+250+185=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB9 is #500546. Grayscale: #DCDCDC. Windows color (decimal): -5244231 or 12188335. OLE color: 12188335.

HSL color Cylindrical-coordinate representation of color #AFFAB9: hue angle of 128º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAB9 is Cyan = 0.3, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB175250185-
CMYK0.300.260.02
HSL128º88.24%83.33%-
HSV(B)128º30%98.04%-
XYZ60.6280.9958.34-
YUV220.16108.1595.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=28.69%
G=40.98%
B=30.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501850.300.260.0212888.2483.33
HexAFFAB91E01A2805853
Octal257372271360322200130123
Binary10101111111110101011100111110011010101000000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB9; }

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

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

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

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

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

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

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

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