#A7CD90

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

Shades of Feijoa #A7CD90

Tints of Feijoa #A7CD90

Color information

#A7CD90 (or 0xA7CD90) is unknown color: approx Feijoa. HEX triplet: A7, CD and 90. RGB value is (167,205,144). Sum of RGB (Red+Green+Blue) = 167+205+144=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD90 is #58326F. Grayscale: #BABABA. Windows color (decimal): -5780080 or 9489831. OLE color: 9489831.

HSL color Cylindrical-coordinate representation of color #A7CD90: hue angle of 97.38º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7CD90 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB167205144-
CMYK0.1900.300.20
HSL97.38º37.89%68.43%-
HSV(B)97.38º29.76%80.39%-
XYZ42.853.8934.53-
YUV186.68103.91113.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=32.36%
G=39.73%
B=27.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051440.1900.300.2097.3837.8968.43
HexA7CD901301E14612644
Octal247315220230362414146104
Binary101001111100110110010000100110111101010011000011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD90; }

 p { color: rgb(167,205,144); }

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

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

 a { background-color: rgb(167,205,144); }

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

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

 span { border-color: rgb(167,205,144); }

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