#A9F375

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

Shades of Feijoa #A9F375

Tints of Feijoa #A9F375

Color information

#A9F375 (or 0xA9F375) is unknown color: approx Feijoa. HEX triplet: A9, F3 and 75. RGB value is (169,243,117). Sum of RGB (Red+Green+Blue) = 169+243+117=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F375 is #560C8A. Grayscale: #CECECE. Windows color (decimal): -5639307 or 7730089. OLE color: 7730089.

HSL color Cylindrical-coordinate representation of color #A9F375: hue angle of 95.24º 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 #A9F375 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB169243117-
CMYK0.3000.520.05
HSL95.24º84%70.59%-
HSV(B)95.24º51.85%95.29%-
XYZ51.6273.8228.36-
YUV206.5177.48101.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 117 (46.09% from 255) = 22.12%
R=31.95%
G=45.94%
B=22.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692431170.3000.520.0595.248470.59
HexA9F3751E03455f5447
Octal251363165360645137124107
Binary10101001111100111110101111100110100101101111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F375; }

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

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

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

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

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

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

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

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