#A2EFBB

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

Shades of Fringy Flower #A2EFBB

Tints of Fringy Flower #A2EFBB

Color information

#A2EFBB (or 0xA2EFBB) is unknown color: approx Fringy Flower. HEX triplet: A2, EF and BB. RGB value is (162,239,187). Sum of RGB (Red+Green+Blue) = 162+239+187=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFBB is #5D1044. Grayscale: #D2D2D2. Windows color (decimal): -6099013 or 12316578. OLE color: 12316578.

HSL color Cylindrical-coordinate representation of color #A2EFBB: hue angle of 139.48º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFBB is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB162239187-
CMYK0.3200.220.06
HSL139.48º70.64%78.63%-
HSV(B)139.48º32.22%93.73%-
XYZ54.747358.22-
YUV210.05114.9993.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=27.55%
G=40.65%
B=31.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391870.3200.220.06139.4870.6478.63
HexA2EFBB2001668b474f
Octal242357273400266213107117
Binary1010001011101111101110111000000101101101000101110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFBB; }

 p { color: rgb(162,239,187); }

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

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

 a { background-color: rgb(162,239,187); }

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

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

 span { border-color: rgb(162,239,187); }

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