#AFFAC0

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

Shades of Fringy Flower #AFFAC0

Tints of Fringy Flower #AFFAC0

Color information

#AFFAC0 (or 0xAFFAC0) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and C0. RGB value is (175,250,192). Sum of RGB (Red+Green+Blue) = 175+250+192=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC0 is #50053F. Grayscale: #DDDDDD. Windows color (decimal): -5244224 or 12647087. OLE color: 12647087.

HSL color Cylindrical-coordinate representation of color #AFFAC0: hue angle of 133.6º 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 #AFFAC0 is Cyan = 0.3, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB175250192-
CMYK0.300.230.02
HSL133.6º88.24%83.33%-
HSV(B)133.6º30%98.04%-
XYZ61.3881.2962.32-
YUV220.96111.6595.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=28.36%
G=40.52%
B=31.12%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501920.300.230.02133.688.2483.33
HexAFFAC01E0172865853
Octal257372300360272206130123
Binary10101111111110101100000011110010111101000011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC0; }

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

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

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

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

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

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

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

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