#a8cf78

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

Shades of Feijoa #A8CF78

Tints of Feijoa #A8CF78

Color information

#A8CF78 (or 0xA8CF78) is unknown color: approx Feijoa. HEX triplet: A8, CF and 78. RGB value is (168,207,120). Sum of RGB (Red+Green+Blue) = 168+207+120=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF78 is #573087. Grayscale: #B9B9B9. Windows color (decimal): -5714056 or 7917480. OLE color: 7917480.

HSL color Cylindrical-coordinate representation of color #A8CF78: hue angle of 86.9º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CF78 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB168207120-
CMYK0.1900.420.19
HSL86.9º47.54%64.12%-
HSV(B)86.9º42.03%81.18%-
XYZ41.8554.3126.05-
YUV185.4291.08115.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=33.94%
G=41.82%
B=24.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071200.1900.420.1986.947.5464.12
HexA8CF781302A13573040
Octal250317170230522312760100
Binary101010001100111111110001001101010101001110101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8cf78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8cf78; }

 p { color: rgb(168,207,120); }

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

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

 a { background-color: rgb(168,207,120); }

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

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

 span { border-color: rgb(168,207,120); }

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