#A8F375

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

Shades of Feijoa #A8F375

Tints of Feijoa #A8F375

Color information

#A8F375 (or 0xA8F375) is unknown color: approx Feijoa. HEX triplet: A8, F3 and 75. RGB value is (168,243,117). Sum of RGB (Red+Green+Blue) = 168+243+117=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F375 is #570C8A. Grayscale: #CECECE. Windows color (decimal): -5704843 or 7730088. OLE color: 7730088.

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

Color convert

RGB168243117-
CMYK0.3100.520.05
HSL95.71º84%70.59%-
HSV(B)95.71º51.85%95.29%-
XYZ51.4173.7128.35-
YUV206.2177.65100.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=31.82%
G=46.02%
B=22.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682431170.3100.520.0595.718470.59
HexA8F3751F0345605447
Octal250363165370645140124107
Binary10101000111100111110101111110110100101110000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F375; }

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

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

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

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

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

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

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

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