#A8E175

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

Shades of Feijoa #A8E175

Tints of Feijoa #A8E175

Color information

#A8E175 (or 0xA8E175) is unknown color: approx Feijoa. HEX triplet: A8, E1 and 75. RGB value is (168,225,117). Sum of RGB (Red+Green+Blue) = 168+225+117=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E175 is #571E8A. Grayscale: #C4C4C4. Windows color (decimal): -5709451 or 7725480. OLE color: 7725480.

HSL color Cylindrical-coordinate representation of color #A8E175: hue angle of 91.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E175 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB168225117-
CMYK0.2500.480.12
HSL91.67º64.29%67.06%-
HSV(B)91.67º48%88.24%-
XYZ46.2863.4626.64-
YUV195.6483.62108.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 225 (88.28% from 255) = 44.12%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=32.94%
G=44.12%
B=22.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682251170.2500.480.1291.6764.2967.06
HexA8E17519030C5c4043
Octal2503411653106014134100103
Binary101010001110000111101011100101100001100101110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E175; }

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

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

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

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

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

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

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

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