#A8CF8E

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

Shades of Feijoa #A8CF8E

Tints of Feijoa #A8CF8E

Color information

#A8CF8E (or 0xA8CF8E) is unknown color: approx Feijoa. HEX triplet: A8, CF and 8E. RGB value is (168,207,142). Sum of RGB (Red+Green+Blue) = 168+207+142=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CF8E is #573071. Grayscale: #BCBCBC. Windows color (decimal): -5714034 or 9359272. OLE color: 9359272.

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

Color convert

RGB168207142-
CMYK0.1900.310.19
HSL96º40.37%68.43%-
HSV(B)96º31.4%81.18%-
XYZ43.3454.933.9-
YUV187.93102.08113.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=32.50%
G=40.04%
B=27.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071420.1900.310.199640.3768.43
HexA8CF8E1301F13602844
Octal250317216230372314050104
Binary101010001100111110001110100110111111001111000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CF8E; }

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

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

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

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

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

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

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

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