#A8CC92

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

Shades of Feijoa #A8CC92

Tints of Feijoa #A8CC92

Color information

#A8CC92 (or 0xA8CC92) is unknown color: approx Feijoa. HEX triplet: A8, CC and 92. RGB value is (168,204,146). Sum of RGB (Red+Green+Blue) = 168+204+146=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC92 is #57336D. Grayscale: #BABABA. Windows color (decimal): -5714798 or 9620648. OLE color: 9620648.

HSL color Cylindrical-coordinate representation of color #A8CC92: hue angle of 97.24º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CC92 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB168204146-
CMYK0.1800.280.2
HSL97.24º36.25%68.63%-
HSV(B)97.24º28.43%80%-
XYZ42.9353.5935.27-
YUV186.62105.07114.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=32.43%
G=39.38%
B=28.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041460.1800.280.297.2436.2568.63
HexA8CC921201C14612445
Octal250314222220342414144105
Binary101010001100110010010010100100111001010011000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC92; }

 p { color: rgb(168,204,146); }

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

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

 a { background-color: rgb(168,204,146); }

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

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

 span { border-color: rgb(168,204,146); }

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