#A4FF6A

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

Shades of Feijoa #A4FF6A

Tints of Feijoa #A4FF6A

Color information

#A4FF6A (or 0xA4FF6A) is unknown color: approx Feijoa. HEX triplet: A4, FF and 6A. RGB value is (164,255,106). Sum of RGB (Red+Green+Blue) = 164+255+106=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FF6A is #5B0095. Grayscale: #D3D3D3. Windows color (decimal): -5963926 or 7012260. OLE color: 7012260.

HSL color Cylindrical-coordinate representation of color #A4FF6A: hue angle of 96.64º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4FF6A is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB164255106-
CMYK0.3600.580
HSL96.64º100%70.78%-
HSV(B)96.64º58.43%100%-
XYZ53.6780.4526.34-
YUV210.868.8594.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 255 (100% from 255) = 48.57%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=31.24%
G=48.57%
B=20.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551060.3600.58096.6410070.78
HexA4FF6A2403A0616447
Octal244377152440720141144107
Binary1010010011111111110101010010001110100110000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF6A; }

 p { color: rgb(164,255,106); }

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

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

 a { background-color: rgb(164,255,106); }

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

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

 span { border-color: rgb(164,255,106); }

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