#A8E284

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

Shades of Feijoa #A8E284

Tints of Feijoa #A8E284

Color information

#A8E284 (or 0xA8E284) is unknown color: approx Feijoa. HEX triplet: A8, E2 and 84. RGB value is (168,226,132). Sum of RGB (Red+Green+Blue) = 168+226+132=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E284 is #571D7B. Grayscale: #C6C6C6. Windows color (decimal): -5709180 or 8708776. OLE color: 8708776.

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

Color convert

RGB168226132-
CMYK0.2600.420.11
HSL97.02º61.84%70.2%-
HSV(B)97.02º41.59%88.63%-
XYZ47.5164.3831.75-
YUV197.9490.78106.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 226 (88.67% from 255) = 42.97%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=31.94%
G=42.97%
B=25.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682261320.2600.420.1197.0261.8470.2
HexA8E2841A02AB613e46
Octal250342204320521314176106
Binary101010001110001010000100110100101010101111000011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E284; }

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

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

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

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

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

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

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

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