#A8D572

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

Shades of Feijoa #A8D572

Tints of Feijoa #A8D572

Color information

#A8D572 (or 0xA8D572) is unknown color: approx Feijoa. HEX triplet: A8, D5 and 72. RGB value is (168,213,114). Sum of RGB (Red+Green+Blue) = 168+213+114=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D572 is #572A8D. Grayscale: #BCBCBC. Windows color (decimal): -5712526 or 7525800. OLE color: 7525800.

HSL color Cylindrical-coordinate representation of color #A8D572: hue angle of 87.27º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8D572 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB168213114-
CMYK0.2100.460.16
HSL87.27º54.1%64.12%-
HSV(B)87.27º46.48%83.53%-
XYZ42.9857.1324.68-
YUV188.2686.09113.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 114 (44.92% from 255) = 23.03%
R=33.94%
G=43.03%
B=23.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682131140.2100.460.1687.2754.164.12
HexA8D5721502E10573640
Octal250325162250562012766100
Binary101010001101010111100101010101011101000010101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D572; }

 p { color: rgb(168,213,114); }

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

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

 a { background-color: rgb(168,213,114); }

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

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

 span { border-color: rgb(168,213,114); }

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