#A7FFBD

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

Shades of Fringy Flower #A7FFBD

Tints of Fringy Flower #A7FFBD

Color information

#A7FFBD (or 0xA7FFBD) is unknown color: approx Fringy Flower. HEX triplet: A7, FF and BD. RGB value is (167,255,189). Sum of RGB (Red+Green+Blue) = 167+255+189=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FFBD is #580042. Grayscale: #DDDDDD. Windows color (decimal): -5767235 or 12451751. OLE color: 12451751.

HSL color Cylindrical-coordinate representation of color #A7FFBD: hue angle of 135º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFBD is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB167255189-
CMYK0.3500.260
HSL135º100%82.75%-
HSV(B)135º34.51%100%-
XYZ60.8883.4161.03-
YUV221.16109.8589.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.33%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=27.33%
G=41.73%
B=30.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1672551890.3500.26013510082.75
HexA7FFBD2301A0876453
Octal247377275430320207144123
Binary10100111111111111011110110001101101001000011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FFBD; }

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

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

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

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

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

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

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

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