#A8F37E

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

Shades of Feijoa #A8F37E

Tints of Feijoa #A8F37E

Color information

#A8F37E (or 0xA8F37E) is unknown color: approx Feijoa. HEX triplet: A8, F3 and 7E. RGB value is (168,243,126). Sum of RGB (Red+Green+Blue) = 168+243+126=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37E is #570C81. Grayscale: #CFCFCF. Windows color (decimal): -5704834 or 8319912. OLE color: 8319912.

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

Color convert

RGB168243126-
CMYK0.3100.480.05
HSL98.46º82.98%72.35%-
HSV(B)98.46º48.15%95.29%-
XYZ51.9673.9331.27-
YUV207.2482.15100.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 243 (95.31% from 255) = 45.25%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=31.28%
G=45.25%
B=23.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431260.3100.480.0598.4682.9872.35
HexA8F37E1F0305625348
Octal250363176370605142123110
Binary10101000111100111111110111110110000101110001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F37E; }

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

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

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

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

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

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

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

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