#A7F5BD

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

Shades of Fringy Flower #A7F5BD

Tints of Fringy Flower #A7F5BD

Color information

#A7F5BD (or 0xA7F5BD) is unknown color: approx Fringy Flower. HEX triplet: A7, F5 and BD. RGB value is (167,245,189). Sum of RGB (Red+Green+Blue) = 167+245+189=601 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.79% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F5BD is #580A42. Grayscale: #D7D7D7. Windows color (decimal): -5769795 or 12449191. OLE color: 12449191.

HSL color Cylindrical-coordinate representation of color #A7F5BD: hue angle of 136.92º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7F5BD is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB167245189-
CMYK0.3200.230.04
HSL136.92º79.59%80.78%-
HSV(B)136.92º31.84%96.08%-
XYZ57.7777.1960-
YUV215.29113.1693.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.79%
GREEN value IS 245 (96.09% from 255) = 40.77%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=27.79%
G=40.77%
B=31.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1672451890.3200.230.04136.9279.5980.78
HexA7F5BD200174895051
Octal247365275400274211120121
Binary1010011111110101101111011000000101111001000100110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F5BD; }

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

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

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

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

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

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

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

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