#A7F1BD

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

Shades of Fringy Flower #A7F1BD

Tints of Fringy Flower #A7F1BD

Color information

#A7F1BD (or 0xA7F1BD) is unknown color: approx Fringy Flower. HEX triplet: A7, F1 and BD. RGB value is (167,241,189). Sum of RGB (Red+Green+Blue) = 167+241+189=597 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.97% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1BD is #580E42. Grayscale: #D5D5D5. Windows color (decimal): -5770819 or 12448167. OLE color: 12448167.

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

Color convert

RGB167241189-
CMYK0.3100.220.05
HSL137.84º72.55%80%-
HSV(B)137.84º30.71%94.51%-
XYZ56.5874.859.6-
YUV212.95114.4895.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.97%
GREEN value IS 241 (94.53% from 255) = 40.37%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=27.97%
G=40.37%
B=31.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672411890.3100.220.05137.8472.5580
HexA7F1BD1F01658a4950
Octal247361275370265212111120
Binary101001111111000110111101111110101101011000101010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1BD; }

 p { color: rgb(167,241,189); }

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

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

 a { background-color: rgb(167,241,189); }

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

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

 span { border-color: rgb(167,241,189); }

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