#AAFEB7

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

Shades of Fringy Flower #AAFEB7

Tints of Fringy Flower #AAFEB7

Color information

#AAFEB7 (or 0xAAFEB7) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and B7. RGB value is (170,254,183). Sum of RGB (Red+Green+Blue) = 170+254+183=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEB7 is #550148. Grayscale: #DCDCDC. Windows color (decimal): -5570889 or 12058282. OLE color: 12058282.

HSL color Cylindrical-coordinate representation of color #AAFEB7: hue angle of 129.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEB7 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB170254183-
CMYK0.3300.280.00
HSL129.29º97.67%83.14%-
HSV(B)129.29º33.07%99.61%-
XYZ60.5782.8557.6-
YUV220.79106.6791.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=28.01%
G=41.85%
B=30.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541830.3300.280.00129.2997.6783.14
HexAAFEB72101C0816253
Octal252376267410340201142123
Binary10101010111111101011011110000101110001000000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEB7; }

 p { color: rgb(170,254,183); }

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

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

 a { background-color: rgb(170,254,183); }

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

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

 span { border-color: rgb(170,254,183); }

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