#A5E7B6

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

Shades of Fringy Flower #A5E7B6

Tints of Fringy Flower #A5E7B6

Color information

#A5E7B6 (or 0xA5E7B6) is unknown color: approx Fringy Flower. HEX triplet: A5, E7 and B6. RGB value is (165,231,182). Sum of RGB (Red+Green+Blue) = 165+231+182=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E7B6 is #5A1849. Grayscale: #CDCDCD. Windows color (decimal): -5904458 or 11986853. OLE color: 11986853.

HSL color Cylindrical-coordinate representation of color #A5E7B6: hue angle of 135.45º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E7B6 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB165231182-
CMYK0.2900.210.09
HSL135.45º57.89%77.65%-
HSV(B)135.45º28.57%90.59%-
XYZ52.5468.5354.71-
YUV205.68114.6398.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 182 (71.48% from 255) = 31.49%
R=28.55%
G=39.97%
B=31.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311820.2900.210.09135.4557.8977.65
HexA5E7B61D0159873a4e
Octal245347266350251120772116
Binary101001011110011110110110111010101011001100001111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E7B6; }

 p { color: rgb(165,231,182); }

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

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

 a { background-color: rgb(165,231,182); }

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

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

 span { border-color: rgb(165,231,182); }

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