#A8F36E

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

Shades of Feijoa #A8F36E

Tints of Feijoa #A8F36E

Color information

#A8F36E (or 0xA8F36E) is unknown color: approx Feijoa. HEX triplet: A8, F3 and 6E. RGB value is (168,243,110). Sum of RGB (Red+Green+Blue) = 168+243+110=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F36E is #570C91. Grayscale: #CDCDCD. Windows color (decimal): -5704850 or 7271336. OLE color: 7271336.

HSL color Cylindrical-coordinate representation of color #A8F36E: hue angle of 93.83º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F36E is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB168243110-
CMYK0.3100.550.05
HSL93.83º84.71%69.22%-
HSV(B)93.83º54.73%95.29%-
XYZ51.0173.5526.26-
YUV205.4174.15101.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 243 (95.31% from 255) = 46.64%
BLUE value IS 110 (43.36% from 255) = 21.11%
R=32.25%
G=46.64%
B=21.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431100.3100.550.0593.8384.7169.22
HexA8F36E1F03755e5545
Octal250363156370675136125105
Binary10101000111100111101110111110110111101101111010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F36E; }

 p { color: rgb(168,243,110); }

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

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

 a { background-color: rgb(168,243,110); }

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

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

 span { border-color: rgb(168,243,110); }

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