#A5F1B7

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

Shades of Fringy Flower #A5F1B7

Tints of Fringy Flower #A5F1B7

Color information

#A5F1B7 (or 0xA5F1B7) is unknown color: approx Fringy Flower. HEX triplet: A5, F1 and B7. RGB value is (165,241,183). Sum of RGB (Red+Green+Blue) = 165+241+183=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F1B7 is #5A0E48. Grayscale: #D3D3D3. Windows color (decimal): -5901897 or 12054949. OLE color: 12054949.

HSL color Cylindrical-coordinate representation of color #A5F1B7: hue angle of 134.21º degrees, saturation: 0.73, 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 #A5F1B7 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB165241183-
CMYK0.3200.240.05
HSL134.21º73.08%79.61%-
HSV(B)134.21º31.54%94.51%-
XYZ55.5274.3356.22-
YUV211.66111.8294.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=28.01%
G=40.92%
B=31.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411830.3200.240.05134.2173.0879.61
HexA5F1B7200185864950
Octal245361267400305206111120
Binary1010010111110001101101111000000110001011000011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1B7; }

 p { color: rgb(165,241,183); }

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

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

 a { background-color: rgb(165,241,183); }

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

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

 span { border-color: rgb(165,241,183); }

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