#A2CB78

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

Shades of Feijoa #A2CB78

Tints of Feijoa #A2CB78

Color information

#A2CB78 (or 0xA2CB78) is unknown color: approx Feijoa. HEX triplet: A2, CB and 78. RGB value is (162,203,120). Sum of RGB (Red+Green+Blue) = 162+203+120=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB78 is #5D3487. Grayscale: #B5B5B5. Windows color (decimal): -6108296 or 7916450. OLE color: 7916450.

HSL color Cylindrical-coordinate representation of color #A2CB78: hue angle of 89.64º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2CB78 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB162203120-
CMYK0.2000.410.20
HSL89.64º44.39%63.33%-
HSV(B)89.64º40.89%79.61%-
XYZ39.6551.7525.67-
YUV181.2893.42114.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=33.40%
G=41.86%
B=24.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031200.2000.410.2089.6444.3963.33
HexA2CB7814029145a2c3f
Octal24231317024051241325477
Binary10100010110010111111000101000101001101001011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB78; }

 p { color: rgb(162,203,120); }

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

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

 a { background-color: rgb(162,203,120); }

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

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

 span { border-color: rgb(162,203,120); }

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