#A8E275

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

Shades of Feijoa #A8E275

Tints of Feijoa #A8E275

Color information

#A8E275 (or 0xA8E275) is unknown color: approx Feijoa. HEX triplet: A8, E2 and 75. RGB value is (168,226,117). Sum of RGB (Red+Green+Blue) = 168+226+117=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E275 is #571D8A. Grayscale: #C4C4C4. Windows color (decimal): -5709195 or 7725736. OLE color: 7725736.

HSL color Cylindrical-coordinate representation of color #A8E275: hue angle of 91.93º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E275 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB168226117-
CMYK0.2600.480.11
HSL91.93º65.27%67.25%-
HSV(B)91.93º48.23%88.63%-
XYZ46.566426.73-
YUV196.2383.28107.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 226 (88.67% from 255) = 44.23%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=32.88%
G=44.23%
B=22.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682261170.2600.480.1191.9365.2767.25
HexA8E2751A030B5c4143
Octal2503421653206013134101103
Binary101010001110001011101011101001100001011101110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E275; }

 p { color: rgb(168,226,117); }

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

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

 a { background-color: rgb(168,226,117); }

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

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

 span { border-color: rgb(168,226,117); }

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