#AFF9C3

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

Shades of Fringy Flower #AFF9C3

Tints of Fringy Flower #AFF9C3

Color information

#AFF9C3 (or 0xAFF9C3) is unknown color: approx Fringy Flower. HEX triplet: AF, F9 and C3. RGB value is (175,249,195). Sum of RGB (Red+Green+Blue) = 175+249+195=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C3 is #50063C. Grayscale: #DCDCDC. Windows color (decimal): -5244477 or 12843439. OLE color: 12843439.

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

Color convert

RGB175249195-
CMYK0.3000.220.02
HSL136.22º86.05%83.14%-
HSV(B)136.22º29.72%97.65%-
XYZ61.4180.8163.99-
YUV220.72113.4895.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 195 (76.56% from 255) = 31.50%
R=28.27%
G=40.23%
B=31.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491950.3000.220.02136.2286.0583.14
HexAFF9C31E0162885653
Octal257371303360262210126123
Binary10101111111110011100001111110010110101000100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9C3; }

 p { color: rgb(175,249,195); }

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

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

 a { background-color: rgb(175,249,195); }

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

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

 span { border-color: rgb(175,249,195); }

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