#AFFAC4

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

Shades of Fringy Flower #AFFAC4

Tints of Fringy Flower #AFFAC4

Color information

#AFFAC4 (or 0xAFFAC4) is unknown color: approx Fringy Flower. HEX triplet: AF, FA and C4. RGB value is (175,250,196). Sum of RGB (Red+Green+Blue) = 175+250+196=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC4 is #50053B. Grayscale: #DDDDDD. Windows color (decimal): -5244220 or 12909231. OLE color: 12909231.

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

Color convert

RGB175250196-
CMYK0.300.220.02
HSL136.8º88.24%83.33%-
HSV(B)136.8º30%98.04%-
XYZ61.8381.4764.69-
YUV221.42113.6594.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=28.18%
G=40.26%
B=31.56%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501960.300.220.02136.888.2483.33
HexAFFAC41E0162895853
Octal257372304360262211130123
Binary10101111111110101100010011110010110101000100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAC4; }

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

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

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

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

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

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

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

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