#A8F37D

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

Shades of Feijoa #A8F37D

Tints of Feijoa #A8F37D

Color information

#A8F37D (or 0xA8F37D) is unknown color: approx Feijoa. HEX triplet: A8, F3 and 7D. RGB value is (168,243,125). Sum of RGB (Red+Green+Blue) = 168+243+125=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37D is #570C82. Grayscale: #CFCFCF. Windows color (decimal): -5704835 or 8254376. OLE color: 8254376.

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

Color convert

RGB168243125-
CMYK0.3100.490.05
HSL98.14º83.1%72.16%-
HSV(B)98.14º48.56%95.29%-
XYZ51.973.9130.93-
YUV207.1281.65100.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 243 (95.31% from 255) = 45.34%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=31.34%
G=45.34%
B=23.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431250.3100.490.0598.1483.172.16
HexA8F37D1F0315625348
Octal250363175370615142123110
Binary10101000111100111111101111110110001101110001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F37D; }

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

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

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

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

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

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

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

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