#A1CB78

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

Shades of Feijoa #A1CB78

Tints of Feijoa #A1CB78

Color information

#A1CB78 (or 0xA1CB78) is unknown color: approx Feijoa. HEX triplet: A1, CB and 78. RGB value is (161,203,120). Sum of RGB (Red+Green+Blue) = 161+203+120=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB78 is #5E3487. Grayscale: #B5B5B5. Windows color (decimal): -6173832 or 7916449. OLE color: 7916449.

HSL color Cylindrical-coordinate representation of color #A1CB78: hue angle of 90.36º 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 #A1CB78 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB161203120-
CMYK0.2100.410.20
HSL90.36º44.39%63.33%-
HSV(B)90.36º40.89%79.61%-
XYZ39.4451.6525.66-
YUV180.9893.59113.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 120 (47.27% from 255) = 24.79%
R=33.26%
G=41.94%
B=24.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031200.2100.410.2090.3644.3963.33
HexA1CB7815029145a2c3f
Octal24131317025051241325477
Binary10100001110010111111000101010101001101001011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB78; }

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

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

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

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

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

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

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

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