#AAFEB8

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

Shades of Fringy Flower #AAFEB8

Tints of Fringy Flower #AAFEB8

Color information

#AAFEB8 (or 0xAAFEB8) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and B8. RGB value is (170,254,184). Sum of RGB (Red+Green+Blue) = 170+254+184=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEB8 is #550147. Grayscale: #DDDDDD. Windows color (decimal): -5570888 or 12123818. OLE color: 12123818.

HSL color Cylindrical-coordinate representation of color #AAFEB8: hue angle of 130º 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 #AAFEB8 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB170254184-
CMYK0.3300.280.00
HSL130º97.67%83.14%-
HSV(B)130º33.07%99.61%-
XYZ60.6782.8958.15-
YUV220.9107.1791.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=27.96%
G=41.78%
B=30.26%

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
Decimal1702541840.3300.280.0013097.6783.14
HexAAFEB82101C0826253
Octal252376270410340202142123
Binary10101010111111101011100010000101110001000001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEB8; }

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

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

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

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

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

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

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

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