#A8EB72

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

Shades of Feijoa #A8EB72

Tints of Feijoa #A8EB72

Color information

#A8EB72 (or 0xA8EB72) is unknown color: approx Feijoa. HEX triplet: A8, EB and 72. RGB value is (168,235,114). Sum of RGB (Red+Green+Blue) = 168+235+114=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EB72 is #57148D. Grayscale: #C9C9C9. Windows color (decimal): -5706894 or 7531432. OLE color: 7531432.

HSL color Cylindrical-coordinate representation of color #A8EB72: hue angle of 93.22º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8EB72 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB168235114-
CMYK0.2900.510.08
HSL93.22º75.16%68.43%-
HSV(B)93.22º51.49%92.16%-
XYZ48.8968.9626.65-
YUV201.1778.8104.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 114 (44.92% from 255) = 22.05%
R=32.50%
G=45.45%
B=22.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351140.2900.510.0893.2275.1668.43
HexA8EB721D03385d4b44
Octal2503531623506310135113104
Binary101010001110101111100101110101100111000101110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EB72; }

 p { color: rgb(168,235,114); }

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

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

 a { background-color: rgb(168,235,114); }

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

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

 span { border-color: rgb(168,235,114); }

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