#A7D570

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

Shades of Feijoa #A7D570

Tints of Feijoa #A7D570

Color information

#A7D570 (or 0xA7D570) is unknown color: approx Feijoa. HEX triplet: A7, D5 and 70. RGB value is (167,213,112). Sum of RGB (Red+Green+Blue) = 167+213+112=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D570 is #582A8F. Grayscale: #BCBCBC. Windows color (decimal): -5778064 or 7394727. OLE color: 7394727.

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

Color convert

RGB167213112-
CMYK0.2200.470.16
HSL87.33º54.59%63.73%-
HSV(B)87.33º47.42%83.53%-
XYZ42.6656.9724.08-
YUV187.7385.26113.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=33.94%
G=43.29%
B=22.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672131120.2200.470.1687.3354.5963.73
HexA7D5701602F10573740
Octal247325160260572012767100
Binary101001111101010111100001011001011111000010101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D570; }

 p { color: rgb(167,213,112); }

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

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

 a { background-color: rgb(167,213,112); }

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

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

 span { border-color: rgb(167,213,112); }

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