#AEFFBC

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

Shades of Fringy Flower #AEFFBC

Tints of Fringy Flower #AEFFBC

Color information

#AEFFBC (or 0xAEFFBC) is unknown color: approx Fringy Flower. HEX triplet: AE, FF and BC. RGB value is (174,255,188). Sum of RGB (Red+Green+Blue) = 174+255+188=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBC is #510043. Grayscale: #DFDFDF. Windows color (decimal): -5308484 or 12386222. OLE color: 12386222.

HSL color Cylindrical-coordinate representation of color #AEFFBC: hue angle of 130.37º 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 #AEFFBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB174255188-
CMYK0.3200.260
HSL130.37º100%84.12%-
HSV(B)130.37º31.76%100%-
XYZ62.2984.1560.54-
YUV223.14108.1692.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=28.20%
G=41.33%
B=30.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551880.3200.260130.3710084.12
HexAEFFBC2001A0826454
Octal256377274400320202144124
Binary10101110111111111011110010000001101001000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFBC; }

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

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

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

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

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

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

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

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