#A7E0B4

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

Shades of Fringy Flower #A7E0B4

Tints of Fringy Flower #A7E0B4

Color information

#A7E0B4 (or 0xA7E0B4) is unknown color: approx Fringy Flower. HEX triplet: A7, E0 and B4. RGB value is (167,224,180). Sum of RGB (Red+Green+Blue) = 167+224+180=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0B4 is #581F4B. Grayscale: #CACACA. Windows color (decimal): -5775180 or 11853991. OLE color: 11853991.

HSL color Cylindrical-coordinate representation of color #A7E0B4: hue angle of 133.68º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0B4 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB167224180-
CMYK0.2500.200.12
HSL133.68º47.9%76.67%-
HSV(B)133.68º25.45%87.84%-
XYZ50.8364.8253.01-
YUV201.94115.62103.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 224 (87.89% from 255) = 39.23%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=29.25%
G=39.23%
B=31.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672241800.2500.200.12133.6847.976.67
HexA7E0B419014C86304d
Octal247340264310241420660115
Binary101001111110000010110100110010101001100100001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E0B4; }

 p { color: rgb(167,224,180); }

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

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

 a { background-color: rgb(167,224,180); }

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

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

 span { border-color: rgb(167,224,180); }

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