#A5F3BD

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

Shades of Fringy Flower #A5F3BD

Tints of Fringy Flower #A5F3BD

Color information

#A5F3BD (or 0xA5F3BD) is unknown color: approx Fringy Flower. HEX triplet: A5, F3 and BD. RGB value is (165,243,189). Sum of RGB (Red+Green+Blue) = 165+243+189=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F3BD is #5A0C42. Grayscale: #D5D5D5. Windows color (decimal): -5901379 or 12448677. OLE color: 12448677.

HSL color Cylindrical-coordinate representation of color #A5F3BD: hue angle of 138.46º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F3BD is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB165243189-
CMYK0.3200.220.05
HSL138.46º76.47%80%-
HSV(B)138.46º32.1%95.29%-
XYZ56.7575.7759.78-
YUV213.52114.1693.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.64%
GREEN value IS 243 (95.31% from 255) = 40.70%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=27.64%
G=40.70%
B=31.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652431890.3200.220.05138.4676.4780
HexA5F3BD2001658a4c50
Octal245363275400265212114120
Binary1010010111110011101111011000000101101011000101010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F3BD; }

 p { color: rgb(165,243,189); }

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

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

 a { background-color: rgb(165,243,189); }

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

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

 span { border-color: rgb(165,243,189); }

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