#AFF9C4

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

Shades of Fringy Flower #AFF9C4

Tints of Fringy Flower #AFF9C4

Color information

#AFF9C4 (or 0xAFF9C4) is unknown color: approx Fringy Flower. HEX triplet: AF, F9 and C4. RGB value is (175,249,196). Sum of RGB (Red+Green+Blue) = 175+249+196=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C4 is #50063B. Grayscale: #DCDCDC. Windows color (decimal): -5244476 or 12908975. OLE color: 12908975.

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

Color convert

RGB175249196-
CMYK0.3000.210.02
HSL137.03º86.05%83.14%-
HSV(B)137.03º29.72%97.65%-
XYZ61.5280.8564.59-
YUV220.83113.9895.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 249 (97.66% from 255) = 40.16%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=28.23%
G=40.16%
B=31.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491960.3000.210.02137.0386.0583.14
HexAFF9C41E0152895653
Octal257371304360252211126123
Binary10101111111110011100010011110010101101000100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF9C4; }

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

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

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

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

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

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

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

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