#AEFFB7

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

Shades of Fringy Flower #AEFFB7

Tints of Fringy Flower #AEFFB7

Color information

#AEFFB7 (or 0xAEFFB7) is unknown color: approx Fringy Flower. HEX triplet: AE, FF and B7. RGB value is (174,255,183). Sum of RGB (Red+Green+Blue) = 174+255+183=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFB7 is #510048. Grayscale: #DEDEDE. Windows color (decimal): -5308489 or 12058542. OLE color: 12058542.

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

Color convert

RGB174255183-
CMYK0.3200.280
HSL126.67º100%84.12%-
HSV(B)126.67º31.76%100%-
XYZ61.7683.9457.75-
YUV222.57105.6693.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 255 (100% from 255) = 41.67%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=28.43%
G=41.67%
B=29.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551830.3200.280126.6710084.12
HexAEFFB72001C07f6454
Octal256377267400340177144124
Binary1010111011111111101101111000000111000111111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFB7; }

 p { color: rgb(174,255,183); }

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

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

 a { background-color: rgb(174,255,183); }

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

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

 span { border-color: rgb(174,255,183); }

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